Modifier and Type | Method and Description |
---|---|
void |
connect(Stub self, ORB orb)
代表团要求
Stub.connect(org.omg.CORBA.ORB) 。
|
boolean |
equals(Stub self, Object obj)
代表团要求
Stub.equals(java.lang.Object) 。
|
int |
hashCode(Stub self)
代表团要求
Stub.hashCode() 。
|
void |
readObject(Stub self, ObjectInputStream s)
|
String |
toString(Stub self)
代表团要求
Stub.toString() 。
|
void |
writeObject(Stub self, ObjectOutputStream s)
|
int hashCode(Stub self)
Stub.hashCode()
。
boolean equals(Stub self, Object obj)
Stub.equals(java.lang.Object)
。
String toString(Stub self)
Stub.toString()
。
void connect(Stub self, ORB orb) throws RemoteException
Stub.connect(org.omg.CORBA.ORB)
。
void readObject(Stub self, ObjectInputStream s) throws IOException, ClassNotFoundException
void writeObject(Stub self, ObjectOutputStream s) throws IOException
IOException
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.