FileDocCategorySizeDatePackage
StubDelegate.javaAPI DocJava SE 5 API2258Fri Aug 26 14:57:46 BST 2005javax.rmi.CORBA

StubDelegate

public interface StubDelegate
Supports delegation for method implementations in {@link Stub}. A delegate is an instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.CORBA.Stub. If delegation is enabled, each stub has an associated delegate. Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.StubClass system property.
see
Stub

Fields Summary
Constructors Summary
Methods Summary
public voidconnect(Stub self, org.omg.CORBA.ORB orb)
Delegation call for {@link Stub#connect}.

public booleanequals(Stub self, java.lang.Object obj)
Delegation call for {@link Stub#equals}.

public inthashCode(Stub self)
Delegation call for {@link Stub#hashCode}.

public voidreadObject(Stub self, java.io.ObjectInputStream s)
Delegation call for Stub.readObject(java.io.ObjectInputStream).

public java.lang.StringtoString(Stub self)
Delegation call for {@link Stub#toString}.

public voidwriteObject(Stub self, java.io.ObjectOutputStream s)
Delegation call for Stub.writeObject(java.io.ObjectOutputStream).