当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
ExtensibleObject (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface ExtensibleObject
- All Known Subinterfaces:
- Association, AuditableEvent, Classification, ClassificationScheme, Concept, ExternalIdentifier, ExternalLink, ExtrinsicObject, Organization, PostalAddress, RegistryEntry, RegistryObject, RegistryPackage, Service, ServiceBinding, SpecificationLink, User
- public interface ExtensibleObject
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
addSlot
public void addSlot(Slot slot)
throws JAXRException
- Throws:
JAXRException
addSlots
public void addSlots(Collection slots)
throws JAXRException
- Throws:
JAXRException
getSlot
public Slot getSlot(String slotName)
throws JAXRException
- Throws:
JAXRException
getSlots
public Collection getSlots()
throws JAXRException
- Throws:
JAXRException
removeSlot
public void removeSlot(String slotName)
throws JAXRException
- Throws:
JAXRException
removeSlots
public void removeSlots(Collection slotNames)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.