API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.rmi.CORBA.
Tie
View Source
Author(s)
Since
Version
Serial
Hierarchy
InvokeHandler
Tie
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface Tie
Defines methods which all RMI-IIOP server side ties must implement.
See also:
Methods
Hide/Show inherited methods
public
void
deactivate
() throws
NoSuchObjectException
Deactivates the target object represented by this tie.
public
Remote
getTarget
()
Returns the target for this tie.
Returns the target for this tie.
Returns:
the target.
public
ORB
orb
()
Returns the ORB for this tie.
Returns the ORB for this tie.
Returns:
the ORB.
public
void
orb
(
ORB
orb)
Sets the ORB for this tie.
Sets the ORB for this tie.
Parameters:
-
orb
- the ORB.
public
void
setTarget
(
Remote
target)
Called by
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
to set the target for this tie.
Called by
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
to set the target
for this tie.
Parameters:
-
target
- the object to use as the target for this tie.
public
Object
thisObject
()
Returns an object reference for the target object represented by this tie.
Returns an object reference for the target object represented by
this tie.
Returns:
an object reference for the target object.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar