All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.scheduler._sessionSchedulerImplBase

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----jdce.scheduler._sessionSchedulerImplBase

public abstract class _sessionSchedulerImplBase
extends Skeleton
implements sessionScheduler

Java Class jdce.scheduler._sessionSchedulerImplBase
Source File jdce/scheduler/_sessionSchedulerImplBase.java
IDL Absolute Name ::jdce::scheduler::sessionScheduler
Repository Identifier IDL:jdce/scheduler/sessionScheduler:1.0
IDL definition:

interface sessionScheduler {
typedef sequence&ltstring> sequence_of_string;
::jdce::scheduler::sessionScheduler::sequence_of_string listApplications(
)
raises(
::jdce::util::exception::jdceBahnException
);
::jdce::scheduler::sessionScheduler::sequence_of_string listBahns(
in string arg0
)
raises(
::jdce::util::exception::jdceBahnException
);
boolean createBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);
boolean joinBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);
::jdce::byteways::dataBahn getDataBahnHandle(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);
boolean destroyBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);
};

Variable Index

 o _wrapper

Constructor Index

 o _sessionSchedulerImplBase()
 o _sessionSchedulerImplBase(String)

Method Index

 o _execute(MethodPointer, InputStream, OutputStream)
 o _execute(sessionScheduler, int, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()
 o createBahn(String, String)
 o destroyBahn(String, String)
 o getDataBahnHandle(String, String)
 o joinBahn(String, String)
 o listApplications()
 o listBahns(String)

Variables

 o _wrapper
 protected sessionScheduler _wrapper

Constructors

 o _sessionSchedulerImplBase
 protected _sessionSchedulerImplBase(String name)
 o _sessionSchedulerImplBase
 public _sessionSchedulerImplBase()

Methods

 o _this
 public sessionScheduler _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(sessionScheduler _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index