org.jboss.invocation.iiop
Interface ServantRegistries

All Known Implementing Classes:
IIOPInvoker (src)

public interface ServantRegistries

Interface of a set of registries for CORBA servants. For the kinds of registries it contains, see the "enum type" ServantRegistryKind.


Method Summary
 ServantRegistry (src) getServantRegistry(ServantRegistryKind (src)  kind)
          Returns a ServantRegistry of the given kind.
 

Method Detail

getServantRegistry

public ServantRegistry (src)  getServantRegistry(ServantRegistryKind (src)  kind)
Returns a ServantRegistry of the given kind.