uk.ac.soton.ecs.grimoires.server.configuration
Class RegistryEvent
java.lang.Object
uk.ac.soton.ecs.grimoires.server.configuration.RegistryEvent
- public class RegistryEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RegistryEvent
public RegistryEvent(int type,
Object data)
getData
public Object getData()
setData
public void setData(Object data)
getType
public int getType()
setType
public void setType(int type)