public class StubIORImpl extends Object
Constructor and Description |
---|
StubIORImpl() |
StubIORImpl(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
doRead(ObjectInputStream stream) |
void |
doWrite(ObjectOutputStream stream) |
boolean |
equals(Object obj) |
Delegate |
getDelegate(ORB orb) |
String |
getRepositoryId() |
int |
hashCode()
Returns a hash code value for the object which is the same for all stubs
that represent the same remote object.
|
String |
toString()
Returns a string representation of this stub.
|
public StubIORImpl()
public StubIORImpl(Object obj)
public String getRepositoryId()
public void doRead(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void doWrite(ObjectOutputStream stream) throws IOException
IOException
public int hashCode()
Copyright © 2019 JBoss by Red Hat. All rights reserved.