wt.replication.sender
Class SenderServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.replication.sender.SenderServiceEvent
All Implemented Interfaces:
Serializable

public class SenderServiceEvent
extends KeyedEvent
implements Serializable

Events to signal the completion of a send operation.

Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

POST_SEND

public static final String POST_SEND


Supported API: false

See Also:
Constant Field Values

PRE_SEND

public static final String PRE_SEND


Supported API: false

See Also:
Constant Field Values

SEND_SCHEDULED

public static final String SEND_SCHEDULED


Supported API: false

See Also:
Constant Field Values

service

private SenderService service
Constructor Detail

SenderServiceEvent

public SenderServiceEvent(String eventType,
                          UnitSendRecord rec)


Supported API: false

Parameters:
eventType -
rec -

SenderServiceEvent

public SenderServiceEvent(SenderService service,
                          String eventType,
                          UnitSendRecord rec)


Supported API: false

Parameters:
service -
eventType -
rec -
Method Detail

getService

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

Supported API: false

Returns:
SenderService

setService

public void setService(SenderService 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 UnitSendRecord getTarget()


Supported API: false

Returns:
UnitSendRecord