EJBObjectToTiepublic interface EJBObjectToTie The EJBObjectToTie interface specifies the functionality of the
being able to set the Tie object for an EJBObject object
The EJBObjectImpl class implements this interface |
Methods Summary |
---|
public javax.rmi.CORBA.Tie | getTie()Get the Tie object for the specified remote object
| public void | setTie(javax.rmi.CORBA.Tie tie)Set the Tie object for the specified remote object
|
|