-
-
メソッドのサマリー
すべてのメソッド インスタンス・メソッド 抽象メソッド 修飾子と型 メソッド 説明 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)Stub.readObject(java.io.ObjectInputStream)に対する委譲呼出しです。StringtoString(Stub self)Stub.toString()に対する委譲呼出しです。voidwriteObject(Stub self, ObjectOutputStream s)Stub.writeObject(java.io.ObjectOutputStream)に対する委譲呼出しです。
-
-
-
メソッドの詳細
-
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)に対する委譲呼出しです。- 例外:
RemoteException
-
readObject
void readObject(Stub self, ObjectInputStream s) throws IOException, ClassNotFoundException
Stub.readObject(java.io.ObjectInputStream)に対する委譲呼出しです。
-
writeObject
void writeObject(Stub self, ObjectOutputStream s) throws IOException
Stub.writeObject(java.io.ObjectOutputStream)に対する委譲呼出しです。- 例外:
IOException
-
-