wt.replication.export
Class ExportServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.replication.export.ExportServiceEvent
All Implemented Interfaces:
Serializable

public class ExportServiceEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

POST_EXPORT

public static final String POST_EXPORT


Supported API: false

See Also:
Constant Field Values

PRE_EXPORT

public static final String PRE_EXPORT


Supported API: false

See Also:
Constant Field Values

EXPORT_SCHEDULED

public static final String EXPORT_SCHEDULED


Supported API: false

See Also:
Constant Field Values

service

private ExportService service
Constructor Detail

ExportServiceEvent

public ExportServiceEvent(String eventType,
                          WTUnit unit)


Supported API: false

Parameters:
eventType -
unit -

ExportServiceEvent

public ExportServiceEvent(ExportService service,
                          String eventType,
                          WTUnit unit)
                   throws WTPropertyVetoException


Supported API: false

Parameters:
service -
eventType -
unit -
Throws:
WTPropertyVetoException
Method Detail

getService

public ExportService getService()
Gets the object for the association that plays role: service.

Supported API: false

Returns:
ExportService

setService

public void setService(ExportService a_Service)
                throws WTPropertyVetoException
Sets the object for the association that plays role: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

serviceValidate

private void serviceValidate(ExportService a_Service)
                      throws WTPropertyVetoException
Parameters:
a_Service -
Throws:
WTPropertyVetoException

generateEventKey

public static String generateEventKey(String eventType)


Supported API: false

Parameters:
eventType -
Returns:
String