All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdce.scheduler.sessionSchedulerOperations

public interface sessionSchedulerOperations

Java Class jdce.scheduler.sessionSchedulerOperations
Source File jdce/scheduler/sessionSchedulerOperations.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
);
};

Method Index

 o createBahn(String, String)

Operation: ::jdce::scheduler::sessionScheduler::createBahn.

 o destroyBahn(String, String)

Operation: ::jdce::scheduler::sessionScheduler::destroyBahn.

 o getDataBahnHandle(String, String)

Operation: ::jdce::scheduler::sessionScheduler::getDataBahnHandle.

 o joinBahn(String, String)

Operation: ::jdce::scheduler::sessionScheduler::joinBahn.

 o listApplications()

Operation: ::jdce::scheduler::sessionScheduler::listApplications.

 o listBahns(String)

Operation: ::jdce::scheduler::sessionScheduler::listBahns.

Methods

 o listApplications
 public abstract String[] listApplications() throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::listApplications.

::jdce::scheduler::sessionScheduler::sequence_of_string listApplications(
)
raises(
::jdce::util::exception::jdceBahnException
);

 o listBahns
 public abstract String[] listBahns(String arg0) throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::listBahns.

::jdce::scheduler::sessionScheduler::sequence_of_string listBahns(
in string arg0
)
raises(
::jdce::util::exception::jdceBahnException
);

 o createBahn
 public abstract boolean createBahn(String arg0,
                                    String arg1) throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::createBahn.

boolean createBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);

 o joinBahn
 public abstract boolean joinBahn(String arg0,
                                  String arg1) throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::joinBahn.

boolean joinBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);

 o getDataBahnHandle
 public abstract dataBahn getDataBahnHandle(String arg0,
                                            String arg1) throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::getDataBahnHandle.

::jdce::byteways::dataBahn getDataBahnHandle(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);

 o destroyBahn
 public abstract boolean destroyBahn(String arg0,
                                     String arg1) throws jdceBahnException

Operation: ::jdce::scheduler::sessionScheduler::destroyBahn.

boolean destroyBahn(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException
);

All Packages  Class Hierarchy  This Package  Previous  Next  Index