|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.replication.receiver.ReceiverServiceEvent
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String PRE_RECEIVE
public static final String POST_RECEIVE
public static final String RECEIVE_SCHEDULED
private ReplicationRecvService service
Constructor Detail |
public ReceiverServiceEvent(String eventType, WTUnit unit)
eventType
- unit
- public ReceiverServiceEvent(ReplicationRecvService service, String eventType, WTUnit unit)
service
- eventType
- unit
- Method Detail |
public ReplicationRecvService getService()
public void setService(ReplicationRecvService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public static String generateEventKey(String eventType)
eventType
-
public WTUnit getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |