wt.replication.imp
Class ImportServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.replication.imp.ImportServiceEvent
All Implemented Interfaces:
Serializable

public class ImportServiceEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String IMPORT_SCHEDULED
          

Supported API: false
static String POST_IMPORT
          

Supported API: false
static String PRE_IMPORT
          

Supported API: false
private static String RESOURCE
           
private  ImportService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
ImportServiceEvent(ImportService service, String eventType, WTUnit unit)
          

Supported API: false
ImportServiceEvent(String eventType, WTUnit unit)
          

Supported API: false
 
Method Summary
static String generateEventKey(String eventType)
          

Supported API: false
 ImportService getService()
          Gets the value of the attribute: service.
 WTUnit getTarget()
          

Supported API: false
 void setService(ImportService 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

PRE_IMPORT

public static final String PRE_IMPORT


Supported API: false

See Also:
Constant Field Values

POST_IMPORT

public static final String POST_IMPORT


Supported API: false

See Also:
Constant Field Values

IMPORT_SCHEDULED

public static final String IMPORT_SCHEDULED


Supported API: false

See Also:
Constant Field Values

service

private ImportService service
Constructor Detail

ImportServiceEvent

public ImportServiceEvent(String eventType,
                          WTUnit unit)


Supported API: false

Parameters:
eventType -
unit -

ImportServiceEvent

public ImportServiceEvent(ImportService service,
                          String eventType,
                          WTUnit unit)


Supported API: false

Parameters:
service -
eventType -
unit -
Method Detail

getService

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

Supported API: false

Returns:
ImportService

setService

public void setService(ImportService 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 WTUnit getTarget()


Supported API: false

Returns:
WTUnit