All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection._tie_connectionManager

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

public class _tie_connectionManager
extends _connectionManagerImplBase

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

Constructor Index

 o _tie_connectionManager(connectionManagerOperations)
 o _tie_connectionManager(connectionManagerOperations, String)

Method Index

 o _delegate()
 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.

Constructors

 o _tie_connectionManager
 public _tie_connectionManager(connectionManagerOperations delegate,
                               String name)
 o _tie_connectionManager
 public _tie_connectionManager(connectionManagerOperations delegate)

Methods

 o _delegate
 public connectionManagerOperations _delegate()
 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
);

Overrides:
createConnectionObject in class _connectionManagerImplBase
 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
);

Overrides:
compute in class _connectionManagerImplBase
 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();

Overrides:
listConnectionObjects in class _connectionManagerImplBase

All Packages  Class Hierarchy  This Package  Previous  Next  Index