org.apache.yoko.rmi.impl
Class RemoteDescriptor
java.lang.Object
org.apache.yoko.rmi.impl.ModelElement
org.apache.yoko.rmi.impl.TypeDescriptor
org.apache.yoko.rmi.impl.RemoteDescriptor
- Direct Known Subclasses:
- RemoteClassDescriptor, RemoteInterfaceDescriptor
public abstract class RemoteDescriptor
- extends TypeDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
super_descriptors
protected List super_descriptors
getRemoteInterface
public RemoteInterfaceDescriptor getRemoteInterface()
all_interfaces
public String[] all_interfaces()
getMethod
public MethodDescriptor getMethod(String idl_name)
getMethod
public MethodDescriptor getMethod(Method refl_method)
init
public void init()
- Overrides:
init
in class TypeDescriptor
getMethods
public MethodDescriptor[] getMethods()
init_methods
public void init_methods()
collect_remote_interfaces
protected Class[] collect_remote_interfaces(Class c)
read
public Object read(InputStream in)
- Read an instance of this value from a CDR stream
- Specified by:
read
in class TypeDescriptor
write
public void write(OutputStream out,
Object val)
- Write an instance of this value to a CDR stream
- Specified by:
write
in class TypeDescriptor
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.