All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdce.scheduler.RMISessionScheduler

public interface RMISessionScheduler
extends Remote

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 RemoteException, jdceRMIBahnException
 o listBahns
 public abstract String[] listBahns(String _applicationServerName) throws RemoteException, jdceRMIBahnException
 o createBahn
 public abstract boolean createBahn(String PartyName,
                                    String _applicationServerName) throws RemoteException, jdceRMIBahnException
 o joinBahn
 public abstract boolean joinBahn(String PartyName,
                                  String _applicationServerName) throws RemoteException, jdceRMIBahnException
 o getDataBahnHandle
 public abstract RMIDataBahn getDataBahnHandle(String PartyName,
                                               String _applicationServerName) throws RemoteException, jdceRMIBahnException
 o destroyBahn
 public abstract boolean destroyBahn(String PartyName,
                                     String _applicationServerName) throws RemoteException, jdceRMIBahnException

All Packages  Class Hierarchy  This Package  Previous  Next  Index