com.sun.xml.registry.uddi.infomodel
Class AuditableEventImpl

java.lang.Object
  extended by com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
      extended by com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
          extended by 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
AuditableEventImpl()
          Default constructor
 
Method Summary
 int getEventType()
          Level 1 method
 RegistryObject getRegistryObject()
          Level 1 method
 Timestamp getTimestamp()
          Level 1 method
 User getUser()
          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.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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Constructor Detail

AuditableEventImpl

public AuditableEventImpl()
Default constructor

Method Detail

getUser

public User getUser()
             throws JAXRException
Level 1 method

Specified by:
getUser in interface AuditableEvent
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:
getTimestamp in interface AuditableEvent
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 JAXRException
Level 1 method

Specified by:
getEventType in interface AuditableEvent
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:
getRegistryObject in interface AuditableEvent
Returns:
the RegistryObject that was the focus of this event
Throws:
JAXRException - If the JAXR provider encounters an internal error


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.