站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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

Method Summary
 void addSlot(Slot slot)
           
 void addSlots(Collection slots)
           
 Slot getSlot(String slotName)
           
 Collection getSlots()
           
 void removeSlot(String slotName)
           
 void removeSlots(Collection slotNames)
           
 

Method Detail

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.