All Packages Class Hierarchy This Package Previous Next Index
![]() | 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
| |
#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<string> sequence_of_string; ::edu::syr::npac::webflow::connection::connectionManager::sequence_of_string listConnectionObjects(); };
Operation: ::edu::syr::npac::webflow::connection::connectionManager::compute.
Operation: ::edu::syr::npac::webflow::connection::connectionManager::createConnectionObject.
Operation: ::edu::syr::npac::webflow::connection::connectionManager::listConnectionObjects.
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 );
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 );
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