org.openorb.rmi.system
Class RMIRemoteStreamClass

java.lang.Object
  |
  +--org.openorb.rmi.system.RMIRemoteStreamClass

public class RMIRemoteStreamClass
extends java.lang.Object

This is a default implementation for a Remote interface

Version:
$Revision: 1.11 $ $Date: 2002/07/14 20:34:33 $
Author:
Jerome Daniel

Method Summary
 org.omg.CORBA.TypeCode[] getInterfaceTypes()
          Return the typecodes of the supported interfaces.
 java.lang.String[] getRepoIDs()
          Return repository ID string.
static RMIRemoteStreamClass lookup(java.lang.Class clz)
          Lookup the remote class data for the given class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lookup

public static RMIRemoteStreamClass lookup(java.lang.Class clz)
Lookup the remote class data for the given class.
Returns:
the remote class data, or null if the class does not implement Remote.

getRepoIDs

public java.lang.String[] getRepoIDs()
Return repository ID string.

getInterfaceTypes

public org.omg.CORBA.TypeCode[] getInterfaceTypes()
Return the typecodes of the supported interfaces.