-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 voidconnect(Stub self, ORB orb)代表团要求Stub.connect(org.omg.CORBA.ORB)。booleanequals(Stub self, Object obj)代表团要求Stub.equals(java.lang.Object)。inthashCode(Stub self)代表团要求Stub.hashCode()。voidreadObject(Stub self, ObjectInputStream s)StringtoString(Stub self)代表团要求Stub.toString()。voidwriteObject(Stub self, ObjectOutputStream s)
-
-
-
方法详细信息
-
hashCode
int hashCode(Stub self)
代表团要求Stub.hashCode()。
-
equals
boolean equals(Stub self, Object obj)
代表团要求Stub.equals(java.lang.Object)。
-
toString
String toString(Stub self)
代表团要求Stub.toString()。
-
connect
void connect(Stub self, ORB orb) throws RemoteException
代表团要求Stub.connect(org.omg.CORBA.ORB)。
-
readObject
void readObject(Stub self, ObjectInputStream s) throws IOException, ClassNotFoundException
-
writeObject
void writeObject(Stub self, ObjectOutputStream s) throws IOException
- 异常
-
IOException
-
-