|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.replication.sender.SenderServiceEvent
Events to signal the completion of a send operation.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
POST_SEND
Supported API: false |
static String |
PRE_SEND
Supported API: false |
private static String |
RESOURCE
|
static String |
SEND_SCHEDULED
Supported API: false |
private SenderService |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
SenderServiceEvent(SenderService service,
String eventType,
UnitSendRecord rec)
Supported API: false |
|
SenderServiceEvent(String eventType,
UnitSendRecord rec)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
SenderService |
getService()
Gets the value of the attribute: service. |
UnitSendRecord |
getTarget()
Supported API: false |
void |
setService(SenderService 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 POST_SEND
public static final String PRE_SEND
public static final String SEND_SCHEDULED
private SenderService service
Constructor Detail |
public SenderServiceEvent(String eventType, UnitSendRecord rec)
eventType
- rec
- public SenderServiceEvent(SenderService service, String eventType, UnitSendRecord rec)
service
- eventType
- rec
- Method Detail |
public SenderService getService()
public void setService(SenderService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public static String generateEventKey(String eventType)
eventType
-
public UnitSendRecord getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |