All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.syr.npac.webflow.connection.connectionManagerOperations

public interface connectionManagerOperations

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

Method Index

 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.

Methods

 o createConnectionObject
 public abstract 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 abstract 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 abstract 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