All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.portable.ObjectImpl | +----edu.syr.npac.webflow.connection._st_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
| |
#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.
protected connectionManager _wrapper
public _st_connectionManager()
public connectionManager _this()
public String[] _ids()
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 );
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 );
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