This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.rmi.CORBA
interface Tie

All Superinterfaces:
InvokeHandler

public interface Tie
extends InvokeHandler

Defines methods which all RMI-IIOP server side ties must implement.


Method Summary
 void

          Deactivates the target object represented by this tie.
 Remote

          Returns the target for this tie.
 ORB
orb()

          Returns the ORB for this tie.
 void
orb(ORB orb)

          Sets the ORB for this tie.
 void
setTarget(Remote target)

          Called by Util#registerTarget to set the target for this tie.
 Object

          Returns an object reference for the target object represented by this tie.
 
Methods inherited from class org.omg.CORBA.portable.InvokeHandler
_invoke
 

Method Detail

deactivate

public void deactivate()
                throws NoSuchObjectException
Deactivates the target object represented by this tie.

Throws:
NoSuchObjectException

getTarget

public Remote getTarget()
Returns the target for this tie.

Returns:
the target.

orb

public ORB orb()
Returns the ORB for this tie.

Returns:
the ORB.

orb

public void orb(ORB orb)
Sets the ORB for this tie.

Parameters:
orb - the ORB.

setTarget

public void setTarget(Remote target)
Called by {@link Util#registerTarget} to set the target for this tie.

Parameters:
target - the object to use as the target for this tie.

thisObject

public Object thisObject()
Returns an object reference for the target object represented by this tie.

Returns:
an object reference for the target object.


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.