KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > AuditableEvent

javax.xml.registry.infomodel
Interface AuditableEvent

All Superinterfaces:
ExtensibleObject, RegistryObject
See Also:
Source Code

public static final int EVENT_TYPE_CREATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EVENT_TYPE_DELETED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EVENT_TYPE_DEPRECATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EVENT_TYPE_UNDEPRECATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EVENT_TYPE_UPDATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EVENT_TYPE_VERSIONED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getEventType()
                 throws JAXRException
See Also:
EVENT_TYPE_CREATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryObject getRegistryObject()
                                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Timestamp getTimestamp()
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public User getUser()
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags