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 POAPOAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)create_POASection 3.3.8.2 -
Uses of AdapterAlreadyExists in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterAlreadyExists Modifier and Type Method Description POAPOAOperations. 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 AdapterAlreadyExistsAdapterAlreadyExistsHolder. valueMethods in org.omg.PortableServer.POAPackage that return AdapterAlreadyExists Modifier and Type Method Description static AdapterAlreadyExistsAdapterAlreadyExistsHelper. extract(Any a)static AdapterAlreadyExistsAdapterAlreadyExistsHelper. read(InputStream istream)Methods in org.omg.PortableServer.POAPackage with parameters of type AdapterAlreadyExists Modifier and Type Method Description static voidAdapterAlreadyExistsHelper. insert(Any a, AdapterAlreadyExists that)static voidAdapterAlreadyExistsHelper. write(OutputStream ostream, AdapterAlreadyExists value)Constructors in org.omg.PortableServer.POAPackage with parameters of type AdapterAlreadyExists Constructor Description AdapterAlreadyExistsHolder(AdapterAlreadyExists initialValue)
-