-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 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)
-
-
-
方法详细信息
-
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
-
-