All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection._st_connectionManager

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----edu.syr.npac.webflow.connection._st_connectionManager

public class _st_connectionManager
extends ObjectImpl
implements connectionManager

Java Class edu.syr.npac.webflow.connection._st_connectionManager
Source File edu/syr/npac/webflow/connection/_st_connectionManager.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();
};

Variable Index

 o _wrapper

Constructor Index

 o _st_connectionManager()

Method Index

 o _ids()
 o _this()
 o compute(String)

Operation: ::edu::syr::npac::webflow::connection::connectionManager::compute.

 o createConnectionObject(String)

Operation: ::edu::syr::npac::webflow::connection::connectionManager::createConnectionObject.

 o listConnectionObjects()

Operation: ::edu::syr::npac::webflow::connection::connectionManager::listConnectionObjects.

Variables

 o _wrapper
 protected connectionManager _wrapper

Constructors

 o _st_connectionManager
 public _st_connectionManager()

Methods

 o _this
 public connectionManager _this()
 o _ids
 public String[] _ids()
Overrides:
_ids in class ObjectImpl
 o createConnectionObject
 public connectionObject createConnectionObject(String arg0)

Operation: ::edu::syr::npac::webflow::connection::connectionManager::createConnectionObject.

#pragma prefix "edu/syr/npac/webflow/connection/connectionManager"
::edu::syr::npac::webflow::connection::connectionObject createConnectionObject(
in string arg0
);

 o compute
 public void compute(String arg0)

Operation: ::edu::syr::npac::webflow::connection::connectionManager::compute.

#pragma prefix "edu/syr/npac/webflow/connection/connectionManager"
void compute(
in string arg0
);

 o listConnectionObjects
 public String[] listConnectionObjects()

Operation: ::edu::syr::npac::webflow::connection::connectionManager::listConnectionObjects.

#pragma prefix "edu/syr/npac/webflow/connection/connectionManager"
::edu::syr::npac::webflow::connection::connectionManager::sequence_of_string listConnectionObjects();

All Packages  Class Hierarchy  This Package  Previous  Next  Index