All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.portable.ObjectImpl | +----org.omg.CORBA.portable.Skeleton | +----edu.syr.npac.webflow.connection._connectionManagerImplBase | +----edu.syr.npac.webflow.connection._example_connectionManager
![]() | Java Class edu.syr.npac.webflow.connection._example_connectionManager
![]() Source File edu/syr/npac/webflow/connection/_example_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.
public _example_connectionManager(String name)
public _example_connectionManager()
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