org.jboss.iiop |
|
Java Source File Name | Type | Comment |
CorbaNamingService.java | Class | This is a JMX service that provides the default CORBA naming service
for JBoss to use. |
CorbaNamingServiceMBean.java | Interface | Mbean interface for the JBoss CORBA naming service. |
CorbaORB.java | Class | Singleton class to ensure that all code running in the JBoss VM uses the
same ORB instance. |
CorbaORBService.java | Class | This is a JMX service that provides the default CORBA ORB
for JBoss to use. |
CorbaORBServiceMBean.java | Interface | Mbean interface for the JBoss CORBA ORB service. |
StubClassLoader.java | Class | This class loader dynamically generates and loads client stub classes. |
SunJDK14IsLocalBugFix.java | Class | There is a bug in Sun's implementation of the method javax.rmi.CORBA.Util.isLocal().
Stubs generated with the rmic tool call this method to check is the call is a local invocation,
which they can optimize. |
WebCL.java | Class | A subclass of WebClassLoader that does IIOP bytecode generation on the fly. |