javax.rmi.CORBA
Interface Tie

All Superinterfaces:
InvokeHandler
All Known Implementing Classes:
RMIServant

public interface Tie
extends InvokeHandler


Method Summary
 void deactivate()
           
 Remote getTarget()
           
 ORB orb()
           
 void orb(ORB orb)
           
 void setTarget(Remote target)
           
 Object thisObject()
           
 
Methods inherited from interface org.omg.CORBA.portable.InvokeHandler
_invoke
 

Method Detail

deactivate

void deactivate()
                throws NoSuchObjectException
Throws:
NoSuchObjectException

getTarget

Remote getTarget()

orb

ORB orb()

orb

void orb(ORB orb)

setTarget

void setTarget(Remote target)

thisObject

Object thisObject()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.