com.nokia.m2m.orb
Interface TransportManager

All Superinterfaces:
org.omg.CORBA.Object

public interface TransportManager
extends org.omg.CORBA.Object


Method Summary
 void bindTransport(org.omg.CORBA.Object ref, int[] connectionId)
          Binds the given connection index to the given object reference.
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Method Detail

bindTransport

public void bindTransport(org.omg.CORBA.Object ref,
                          int[] connectionId)
Binds the given connection index to the given object reference. When the client creates a method call using this reference, the ORB will use the given connection. The first connection in the array is tried first. If the link fails to open, the next connection number will be automatically tried until the link opens succesfully or all links have been tried once.

Parameters:
ref - Object reference generated by the ORB.
connectionId - Array of connection IDs.


Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.

Portions of this document are under the following copyright:
Copyright © 2003 Nokia. All rights reserved.