Class AuditableEventImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.AuditableEventImpl
-
- All Implemented Interfaces:
Serializable,AuditableEvent,ExtensibleObject,RegistryObject
public class AuditableEventImpl extends RegistryObjectImpl implements AuditableEvent, Serializable
Implementation of AuditableEvent. All methods are level 1 methods.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.xml.registry.infomodel.AuditableEvent
EVENT_TYPE_CREATED, EVENT_TYPE_DELETED, EVENT_TYPE_DEPRECATED, EVENT_TYPE_UNDEPRECATED, EVENT_TYPE_UPDATED, EVENT_TYPE_VERSIONED
-
-
Constructor Summary
Constructors Constructor Description AuditableEventImpl()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventType()Level 1 methodRegistryObjectgetRegistryObject()Level 1 methodTimestampgetTimestamp()Level 1 methodUsergetUser()Level 1 method-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXML
-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
getSlot, getSlots
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
-
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
-
-
-
-
Method Detail
-
getUser
public User getUser() throws JAXRException
Level 1 method- Specified by:
getUserin interfaceAuditableEvent- Returns:
- the User that sent the request that generated this this AuditableEvent. Must not be null
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
getTimestamp
public Timestamp getTimestamp() throws JAXRException
Level 1 method- Specified by:
getTimestampin interfaceAuditableEvent- Returns:
- the timestamp that records the time the event occured
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
getEventType
public int getEventType() throws JAXRExceptionLevel 1 method- Specified by:
getEventTypein interfaceAuditableEvent- Returns:
- the type of this event
- Throws:
JAXRException- If the JAXR provider encounters an internal error- See Also:
AuditableEvent.EVENT_TYPE_CREATED
-
getRegistryObject
public RegistryObject getRegistryObject() throws JAXRException
Level 1 method- Specified by:
getRegistryObjectin interfaceAuditableEvent- Returns:
- the RegistryObject that was the focus of this event
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
-