All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdce.scheduler.sessionScheduler

public interface sessionScheduler
extends Object

Method Index

 o createBahn(String, String)
 o destroyBahn(String, String)
 o getDataBahnHandle(String, String)
 o joinBahn(String, String)
 o listApplications()
 o listBahns(String)

Methods

 o listApplications
 public abstract String[] listApplications() throws jdceBahnException
 o listBahns
 public abstract String[] listBahns(String _applicationServerName) throws jdceBahnException
 o createBahn
 public abstract boolean createBahn(String PartyName,
                                    String _applicationServerName) throws jdceBahnException
 o joinBahn
 public abstract boolean joinBahn(String PartyName,
                                  String _applicationServerName) throws jdceBahnException
 o getDataBahnHandle
 public abstract dataBahn getDataBahnHandle(String PartyName,
                                            String _applicationServerName) throws jdceBahnException
 o destroyBahn
 public abstract boolean destroyBahn(String PartyName,
                                     String _applicationServerName) throws jdceBahnException

All Packages  Class Hierarchy  This Package  Previous  Next  Index