uk.ac.soton.ecs.grimoires.server.configuration
Class RegistryEvent

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.configuration.RegistryEvent

public class RegistryEvent
extends Object


Field Summary
static int ATTACH_METADATA_EVENT_TYPE
           
static int DELETE_BUSINESS_EVENT_TYPE
           
static int DELETE_METADATA_EVENT_TYPE
           
static int DELETE_SERVICE_EVENT_TYPE
           
static int DELETE_WSDL_EVENT_TYPE
           
static int SAVE_BUSINESS_EVENT_TYPE
           
static int SAVE_SERVICE_EVENT_TYPE
           
static int SAVE_WSDL_EVENT_TYPE
           
 
Constructor Summary
RegistryEvent(int type, Object data)
           
 
Method Summary
 Object getData()
           
 int getType()
           
 void setData(Object data)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAVE_BUSINESS_EVENT_TYPE

public static final int SAVE_BUSINESS_EVENT_TYPE
See Also:
Constant Field Values

DELETE_BUSINESS_EVENT_TYPE

public static final int DELETE_BUSINESS_EVENT_TYPE
See Also:
Constant Field Values

SAVE_SERVICE_EVENT_TYPE

public static final int SAVE_SERVICE_EVENT_TYPE
See Also:
Constant Field Values

DELETE_SERVICE_EVENT_TYPE

public static final int DELETE_SERVICE_EVENT_TYPE
See Also:
Constant Field Values

SAVE_WSDL_EVENT_TYPE

public static final int SAVE_WSDL_EVENT_TYPE
See Also:
Constant Field Values

DELETE_WSDL_EVENT_TYPE

public static final int DELETE_WSDL_EVENT_TYPE
See Also:
Constant Field Values

ATTACH_METADATA_EVENT_TYPE

public static final int ATTACH_METADATA_EVENT_TYPE
See Also:
Constant Field Values

DELETE_METADATA_EVENT_TYPE

public static final int DELETE_METADATA_EVENT_TYPE
See Also:
Constant Field Values
Constructor Detail

RegistryEvent

public RegistryEvent(int type,
                     Object data)
Method Detail

getData

public Object getData()

setData

public void setData(Object data)

getType

public int getType()

setType

public void setType(int type)