|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.replication.export.ExportServiceEvent
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
EXPORT_SCHEDULED
Supported API: false |
static String |
POST_EXPORT
Supported API: false |
static String |
PRE_EXPORT
Supported API: false |
private static String |
RESOURCE
|
private ExportService |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ExportServiceEvent(ExportService service,
String eventType,
WTUnit unit)
Supported API: false |
|
ExportServiceEvent(String eventType,
WTUnit unit)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
ExportService |
getService()
Gets the object for the association that plays role: service. |
private void |
serviceValidate(ExportService a_Service)
|
void |
setService(ExportService a_Service)
Sets the object for the association that plays role: 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_EXPORT
public static final String PRE_EXPORT
public static final String EXPORT_SCHEDULED
private ExportService service
Constructor Detail |
public ExportServiceEvent(String eventType, WTUnit unit)
eventType
- unit
- public ExportServiceEvent(ExportService service, String eventType, WTUnit unit) throws WTPropertyVetoException
service
- eventType
- unit
-
WTPropertyVetoException
Method Detail |
public ExportService getService()
public void setService(ExportService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
private void serviceValidate(ExportService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public static String generateEventKey(String eventType)
eventType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |