|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stub | |
---|---|
javax.rmi.CORBA | |
org.apache.yoko.orb.CORBA | |
org.apache.yoko.rmi.impl |
Uses of Stub in javax.rmi.CORBA |
---|
Methods in javax.rmi.CORBA with parameters of type Stub | |
---|---|
void |
StubDelegate.connect(Stub self,
ORB orb)
|
boolean |
StubDelegate.equals(Stub self,
Object o)
|
int |
StubDelegate.hashCode(Stub self)
|
boolean |
UtilDelegate.isLocal(Stub s)
|
static boolean |
Util.isLocal(Stub s)
|
void |
StubDelegate.readObject(Stub self,
ObjectInputStream ois)
|
String |
StubDelegate.toString(Stub self)
|
void |
StubDelegate.writeObject(Stub self,
ObjectOutputStream oos)
|
Uses of Stub in org.apache.yoko.orb.CORBA |
---|
Subclasses of Stub in org.apache.yoko.orb.CORBA | |
---|---|
class |
StubForRemote
|
Uses of Stub in org.apache.yoko.rmi.impl |
---|
Subclasses of Stub in org.apache.yoko.rmi.impl | |
---|---|
class |
RMIPersistentStub
RMIStub's (org.apache.yoko.rmi.impl) implement writeReplace by returning an instance of this class; and this class then implements readResolve to narrow itself to the correct type. |
class |
RMIRemoteStub
|
class |
RMIStub
|
Methods in org.apache.yoko.rmi.impl that return Stub | |
---|---|
Stub |
RMIState.getStaticStub(String codebase,
Class type)
|
Stub |
RMIState.getStaticStub1(String codebase,
Class type)
Method getStaticStub. |
Methods in org.apache.yoko.rmi.impl with parameters of type Stub | |
---|---|
void |
StubImpl.connect(Stub stub,
ORB orb)
|
boolean |
StubImpl.equals(Stub stub,
Object obj)
|
int |
StubImpl.hashCode(Stub stub)
|
boolean |
UtilImpl.isLocal(Stub stub)
|
void |
StubImpl.readObject(Stub stub,
ObjectInputStream ois)
|
String |
StubImpl.toString(Stub stub)
|
void |
StubImpl.writeObject(Stub stub,
ObjectOutputStream oos)
|
Constructors in org.apache.yoko.rmi.impl with parameters of type Stub | |
---|---|
RMIPersistentStub(Stub stub,
Class type)
constructor used in org.apache.yoko.rmi.impl.RMIStubHandler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |