org.omg.PortableServer
Class ServantLocatorHelper

java.lang.Object
  extended by org.omg.PortableServer.ServantLocatorHelper

public final class ServantLocatorHelper
extends java.lang.Object

Generated from IDL interface "ServantLocator"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
ServantLocatorHelper()
           
 
Method Summary
static ServantLocator extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ServantLocator s)
           
static ServantLocator narrow(java.lang.Object obj)
           
static ServantLocator narrow(Object obj)
           
static ServantLocator read(InputStream in)
           
static TypeCode type()
           
static ServantLocator unchecked_narrow(Object obj)
           
static void write(OutputStream _out, ServantLocator s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantLocatorHelper

public ServantLocatorHelper()
Method Detail

insert

public static void insert(Any any,
                          ServantLocator s)

extract

public static ServantLocator extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServantLocator read(InputStream in)

write

public static void write(OutputStream _out,
                         ServantLocator s)

narrow

public static ServantLocator narrow(java.lang.Object obj)

narrow

public static ServantLocator narrow(Object obj)

unchecked_narrow

public static ServantLocator unchecked_narrow(Object obj)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.