站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

AuditableEvent (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.xml.registry.infomodel
Interface AuditableEvent

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface AuditableEvent
extends RegistryObject

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Field Summary
static int EVENT_TYPE_CREATED
           
static int EVENT_TYPE_DELETED
           
static int EVENT_TYPE_DEPRECATED
           
static int EVENT_TYPE_UNDEPRECATED
           
static int EVENT_TYPE_UPDATED
           
static int EVENT_TYPE_VERSIONED
           
 
Method Summary
 int getEventType()
           
 RegistryObject getRegistryObject()
           
 Timestamp getTimestamp()
           
 User getUser()
           
 
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
 

Field Detail

EVENT_TYPE_CREATED

public static final int EVENT_TYPE_CREATED
See Also:
Constant Field Values

EVENT_TYPE_DELETED

public static final int EVENT_TYPE_DELETED
See Also:
Constant Field Values

EVENT_TYPE_DEPRECATED

public static final int EVENT_TYPE_DEPRECATED
See Also:
Constant Field Values

EVENT_TYPE_UNDEPRECATED

public static final int EVENT_TYPE_UNDEPRECATED
See Also:
Constant Field Values

EVENT_TYPE_UPDATED

public static final int EVENT_TYPE_UPDATED
See Also:
Constant Field Values

EVENT_TYPE_VERSIONED

public static final int EVENT_TYPE_VERSIONED
See Also:
Constant Field Values
Method Detail

getEventType

public int getEventType()
                 throws JAXRException
Throws:
JAXRException

getRegistryObject

public RegistryObject getRegistryObject()
                                 throws JAXRException
Throws:
JAXRException

getTimestamp

public Timestamp getTimestamp()
                       throws JAXRException
Throws:
JAXRException

getUser

public User getUser()
             throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.