com.beasys.rmi.iiop
Class IIOPSupportSun

java.lang.Object
  |
  +--com.beasys.rmi.iiop.IIOPSupport
        |
        +--com.beasys.rmi.iiop.IIOPSupportSun

public class IIOPSupportSun
extends IIOPSupport

Supports IIOP specifically for the Sun ORB.


Constructor Summary
IIOPSupportSun()
           
 
Method Summary
 org.omg.CORBA.DynamicImplementation export(java.lang.Object servant)
           
 
Methods inherited from class com.beasys.rmi.iiop.IIOPSupport
corba2Java, extractJavaObject, extractSerializedJavaObject, getIt, insertJavaObject, insertJavaObjectRef, insertSerializedJavaObject, insertThrowable, java2Corba, javaClass2Corba, mangleMethodName, setClassLoader, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIOPSupportSun

public IIOPSupportSun()
Method Detail

export

public org.omg.CORBA.DynamicImplementation export(java.lang.Object servant)
Overrides:
export in class IIOPSupport