com.nokia.m2m.orb
Class TransportManagerHelper

java.lang.Object
  |
  +--com.nokia.m2m.orb.TransportManagerHelper

public final class TransportManagerHelper
extends Object

This is a helper class for transportManager. The only method here is narrow(), which returns a correctly typed TransportManager object.


Constructor Summary
TransportManagerHelper()
           
 
Method Summary
static TransportManager narrow(org.omg.CORBA.Object obj)
          Returns a typed TransportManager object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportManagerHelper

public TransportManagerHelper()
Method Detail

narrow

public static TransportManager narrow(org.omg.CORBA.Object obj)
Returns a typed TransportManager object. Throws BAD_PARAM, if the given object is of the wrong type

Parameters:
obj -
Returns:
TransportManager


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.