com.beasys.rmi.iiop
Class IIOPSupportM3Client

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

public class IIOPSupportM3Client
extends IIOPSupport

Supports IIOP specifically for the Sun ORB.


Constructor Summary
IIOPSupportM3Client()
           
 
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

IIOPSupportM3Client

public IIOPSupportM3Client()
Method Detail

export

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