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
![]() | Java Class edu.syr.npac.webflow.connection._connectionManagerImplBase
![]() Source File edu/syr/npac/webflow/connection/_connectionManagerImplBase.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(); };
protected connectionManager _wrapper
protected _connectionManagerImplBase(String name)
public _connectionManagerImplBase()
public connectionManager _this()
public String[] _ids()
public MethodPointer[] _methods()
public boolean _execute(MethodPointer method, InputStream input, OutputStream output)
public static boolean _execute(connectionManager _self, int _method_id, InputStream _input, OutputStream _output)
All Packages Class Hierarchy This Package Previous Next Index