Uses of Class
org.omg.PortableServer.POAPackage.AdapterAlreadyExists
-
Packages that use AdapterAlreadyExists Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAPackage -
-
Uses of AdapterAlreadyExists in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw AdapterAlreadyExists Modifier and Type Method Description POA
POAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)
create_POA
Section 3.3.8.2 -
Uses of AdapterAlreadyExists in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterAlreadyExists Modifier and Type Method Description POA
POAOperations. create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
This operation creates a new POA as a child of the target POA. -
Uses of AdapterAlreadyExists in org.omg.PortableServer.POAPackage
Fields in org.omg.PortableServer.POAPackage declared as AdapterAlreadyExists Modifier and Type Field Description AdapterAlreadyExists
AdapterAlreadyExistsHolder. value
Methods in org.omg.PortableServer.POAPackage that return AdapterAlreadyExists Modifier and Type Method Description static AdapterAlreadyExists
AdapterAlreadyExistsHelper. extract(Any a)
static AdapterAlreadyExists
AdapterAlreadyExistsHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type AdapterAlreadyExists Modifier and Type Method Description static void
AdapterAlreadyExistsHelper. insert(Any a, AdapterAlreadyExists that)
static void
AdapterAlreadyExistsHelper. write(OutputStream ostream, AdapterAlreadyExists value)
Constructors in org.omg.PortableServer.POAPackage with parameters of type AdapterAlreadyExists Constructor Description AdapterAlreadyExistsHolder(AdapterAlreadyExists initialValue)
-