|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.wrmf.delivery.DeliveryServiceEvent
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
DELIVERY_COMPLETE
This event used to notify listeners that a new shippingitem has been successfully sent Supported API: false |
static String |
DELIVERY_FAILED
This event used to notify listeners that the shippingitem has been unsuccessfully sent Supported API: false |
static String |
PRE_SEND
This event used to notify listeners that a new shippingitem is about to be sent Supported API: false |
private static String |
RESOURCE
|
private ShippingService |
shippingService
|
private static String |
versionID
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
DeliveryServiceEvent(ShippingService service,
String eventType,
ShippingItem target)
Supported API: false |
|
DeliveryServiceEvent(String eventType,
Object target)
Constructs single or multi object DeliveryServiceEvent Supported API: false |
|
DeliveryServiceEvent(String eventType,
ShippingItem target)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
ShippingService |
getShippingService()
Gets the value of the attribute: shippingService; Theshipping service that emits events. |
ShippingItem |
getTarget()
Supported API: false |
WTCollection |
getTargets()
Returns collection of target objects Supported API: false |
void |
setShippingService(ShippingService a_ShippingService)
Sets the value of the attribute: shippingService; Theshipping service that emits events. |
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_SEND
public static final String DELIVERY_FAILED
public static final String DELIVERY_COMPLETE
private ShippingService shippingService
private static final String versionID
Constructor Detail |
public DeliveryServiceEvent(String eventType, ShippingItem target)
eventType
- target
- public DeliveryServiceEvent(String eventType, Object target)
eventType
- target
- public DeliveryServiceEvent(ShippingService service, String eventType, ShippingItem target)
service
- eventType
- target
- Method Detail |
public ShippingService getShippingService()
public void setShippingService(ShippingService a_ShippingService) throws WTPropertyVetoException
a_ShippingService
-
WTPropertyVetoException
public static String generateEventKey(String eventType)
eventType
-
public ShippingItem getTarget()
public WTCollection getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |