Package org.wildfly.iiop.openjdk.rmi.ir
Class InterfaceRepository
java.lang.Object
org.wildfly.iiop.openjdk.rmi.ir.InterfaceRepository
An Interface Repository.
- Version:
- $Revision: 81018 $
- Author:
- Ole Husgaard
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceRepository(org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidFinish the build.org.omg.CORBA.RepositoryReturn a CORBA reference to this IR.voidAdd mapping for a class.voidshutdown()Deactivate all CORBA objects in this IR.
-
Constructor Details
-
InterfaceRepository
-
-
Method Details
-
mapClass
Add mapping for a class. -
finishBuild
Finish the build.- Throws:
IRConstructionException
-
getReference
public org.omg.CORBA.Repository getReference()Return a CORBA reference to this IR. -
shutdown
public void shutdown()Deactivate all CORBA objects in this IR.
-