All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection._connectionManagerImplBase

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----edu.syr.npac.webflow.connection._connectionManagerImplBase

public abstract class _connectionManagerImplBase
extends Skeleton
implements connectionManager

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
IDL definition:

#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&ltstring> sequence_of_string;
::edu::syr::npac::webflow::connection::connectionManager::sequence_of_string listConnectionObjects();
};

Variable Index

 o _wrapper

Constructor Index

 o _connectionManagerImplBase()
 o _connectionManagerImplBase(String)

Method Index

 o _execute(connectionManager, int, InputStream, OutputStream)
 o _execute(MethodPointer, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()
 o compute(String)
 o createConnectionObject(String)
 o listConnectionObjects()

Variables

 o _wrapper
 protected connectionManager _wrapper

Constructors

 o _connectionManagerImplBase
 protected _connectionManagerImplBase(String name)
 o _connectionManagerImplBase
 public _connectionManagerImplBase()

Methods

 o _this
 public connectionManager _this()
 o _ids
 public String[] _ids()
Overrides:
_ids in class ObjectImpl
 o _methods
 public MethodPointer[] _methods()
Overrides:
_methods in class Skeleton
 o _execute
 public boolean _execute(MethodPointer method,
                         InputStream input,
                         OutputStream output)
Overrides:
_execute in class Skeleton
 o _execute
 public static boolean _execute(connectionManager _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index