wt.replication.receiver
Class ReceiverServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.replication.receiver.ReceiverServiceEvent
All Implemented Interfaces:
Serializable

public class ReceiverServiceEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String POST_RECEIVE
          

Supported API: false
static String PRE_RECEIVE
          

Supported API: false
static String RECEIVE_SCHEDULED
          

Supported API: false
private static String RESOURCE
           
private  ReplicationRecvService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
ReceiverServiceEvent(ReplicationRecvService service, String eventType, WTUnit unit)
          

Supported API: false
ReceiverServiceEvent(String eventType, WTUnit unit)
          

Supported API: false
 
Method Summary
static String generateEventKey(String eventType)
          

Supported API: false
 ReplicationRecvService getService()
          Gets the value of the attribute: service.
 WTUnit getTarget()
          

Supported API: false
 void setService(ReplicationRecvService a_Service)
          Sets the value of the attribute: service.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

PRE_RECEIVE

public static final String PRE_RECEIVE


Supported API: false

See Also:
Constant Field Values

POST_RECEIVE

public static final String POST_RECEIVE


Supported API: false

See Also:
Constant Field Values

RECEIVE_SCHEDULED

public static final String RECEIVE_SCHEDULED


Supported API: false

See Also:
Constant Field Values

service

private ReplicationRecvService service
Constructor Detail

ReceiverServiceEvent

public ReceiverServiceEvent(String eventType,
                            WTUnit unit)


Supported API: false

Parameters:
eventType -
unit -

ReceiverServiceEvent

public ReceiverServiceEvent(ReplicationRecvService service,
                            String eventType,
                            WTUnit unit)


Supported API: false

Parameters:
service -
eventType -
unit -
Method Detail

getService

public ReplicationRecvService getService()
Gets the value of the attribute: service.

Supported API: false

Returns:
ReplicationRecvService

setService

public void setService(ReplicationRecvService a_Service)
                throws WTPropertyVetoException
Sets the value of the attribute: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

generateEventKey

public static String generateEventKey(String eventType)


Supported API: false

Parameters:
eventType -
Returns:
String

getTarget

public WTUnit getTarget()


Supported API: false

Returns:
WTUnit