All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.AgentHelper

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

public abstract class AgentHelper
extends Object

IDL definition:
interface Agent {
::ObjLocation::HostnameSeq all_agent_locations(
)
raises(
::ObjLocation::Fail
);
::ObjLocation::RepositoryIdSeq all_repository_ids(
)
raises(
::ObjLocation::Fail
);
::ObjLocation::ObjSeq all_instances(
in string repository_id
)
raises(
::ObjLocation::Fail
);
::ObjLocation::ObjSeq all_replica(
in string repository_id,
in string instance_name
)
raises(
::ObjLocation::Fail
);
::ObjLocation::DescSeq all_instances_descs(
in string repository_id
)
raises(
::ObjLocation::Fail
);
::ObjLocation::DescSeq all_replica_descs(
in string repository_id,
in string instance_name
)
raises(
::ObjLocation::Fail
);
void reg_trigger(
in ::ObjLocation::TriggerDesc desc,
in ::ObjLocation::TriggerHandler handler
)
raises(
::ObjLocation::Fail
);
void unreg_trigger(
in ::ObjLocation::TriggerDesc desc,
in ::ObjLocation::TriggerHandler handler
)
raises(
::ObjLocation::Fail
);
};


Constructor Index

 o AgentHelper()

Method Index

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

Constructors

 o AgentHelper
 public AgentHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index