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._connectionObjectImplBase
![]() | Java Class edu.syr.npac.webflow.connection._connectionObjectImplBase
![]() Source File edu/syr/npac/webflow/connection/_connectionObjectImplBase.java
| ![]() IDL Absolute Name ::edu::syr::npac::webflow::connection::connectionObject
| ![]() Repository Identifier IDL:edu/syr/npac/webflow/connection/connectionObject:1.0
| |
#pragma prefix "edu/syr/npac/webflow/connection" interface connectionObject { void addItem( in ::edu::syr::npac::webflow::module::Module arg0 ); void addItemToTop( in ::edu::syr::npac::webflow::module::Module arg0 ); ::edu::syr::npac::webflow::module::Module nextItem(); ::edu::syr::npac::webflow::module::Module removeItem( in ::edu::syr::npac::webflow::module::Module arg0 ); ::edu::syr::npac::webflow::module::Module insertItemBefore( in ::edu::syr::npac::webflow::module::Module arg0, in ::edu::syr::npac::webflow::module::Module arg1 ); void setPersistentConnection( in boolean arg0 ); boolean isPersistentConnection(); void compute( ) raises( ::edu::syr::npac::webflow::exception::webflowException ); void setConnectionInfo( in string arg0 ); void addNode( in string arg0, in ::edu::syr::npac::webflow::module::Module arg1 ); void removeNode( in string arg0, in ::edu::syr::npac::webflow::module::Module arg1 ); ::edu::syr::npac::webflow::module::Module getNode( in string arg0 ); ::java::lang::Object invoke( in string arg0, in string arg1 ); };
protected connectionObject _wrapper
protected _connectionObjectImplBase(String name)
public _connectionObjectImplBase()
public connectionObject _this()
public String[] _ids()
public MethodPointer[] _methods()
public boolean _execute(MethodPointer method, InputStream input, OutputStream output)
public static boolean _execute(connectionObject _self, int _method_id, InputStream _input, OutputStream _output)
All Packages Class Hierarchy This Package Previous Next Index