All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.TriggerHandlerHelper

java.lang.Object
   |
   +----com.visigenic.vbroker.ObjLocation.TriggerHandlerHelper

public abstract class TriggerHandlerHelper
extends Object

IDL definition:
interface TriggerHandler {
void impl_is_ready(
in ::ObjLocation::Desc desc
);
void impl_is_down(
in ::ObjLocation::Desc desc
);
};


Constructor Index

 o TriggerHandlerHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, TriggerHandler)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, TriggerHandler)

Constructors

 o TriggerHandlerHelper
 public TriggerHandlerHelper()

Methods

 o narrow
 public static TriggerHandler narrow(Object object)
 o bind
 public static TriggerHandler bind(ORB orb)
 o bind
 public static TriggerHandler bind(ORB orb,
                                   String name)
 o bind
 public static TriggerHandler bind(ORB orb,
                                   String name,
                                   String host,
                                   BindOptions options)
 o read
 public static TriggerHandler read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          TriggerHandler value)
 o insert
 public static void insert(Any any,
                           TriggerHandler value)
 o extract
 public static TriggerHandler extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index