All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection.connectionManagerHelper

java.lang.Object
   |
   +----edu.syr.npac.webflow.connection.connectionManagerHelper

public abstract class connectionManagerHelper
extends Object

Java Class edu.syr.npac.webflow.connection.connectionManagerHelper
Source File edu/syr/npac/webflow/connection/connectionManagerHelper.java
IDL Absolute Name ::edu::syr::npac::webflow::connection::connectionManager
Repository Identifier IDL:edu/syr/npac/webflow/connection/connectionManager:1.0
IDL definition:

#pragma prefix "edu/syr/npac/webflow/connection"
interface connectionManager {
::edu::syr::npac::webflow::connection::connectionObject createConnectionObject(
in string arg0
);
void compute(
in string arg0
);
typedef sequence&ltstring> sequence_of_string;
::edu::syr::npac::webflow::connection::connectionManager::sequence_of_string listConnectionObjects();
};

Constructor Index

 o connectionManagerHelper()

Method Index

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

Constructors

 o connectionManagerHelper
 public connectionManagerHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index