KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > Tie

javax.rmi.CORBA
Interface Tie

All Superinterfaces:
InvokeHandler
See Also:
Top Examples, Source Code

void deactivate()
                throws NoSuchObjectException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Remote getTarget()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ORB orb()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void orb(ORB orb)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setTarget(Remote target)
See Also:
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object thisObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags