All Packages Class Hierarchy This Package Previous Next Index

Interface jdce.scheduler.RMISessionScheduler
- public interface RMISessionScheduler
- extends Remote

-
createBahn(String, String)
-
-
destroyBahn(String, String)
-
-
getDataBahnHandle(String, String)
-
-
joinBahn(String, String)
-
-
listApplications()
-
-
listBahns(String)
-
listApplications
public abstract String[] listApplications() throws RemoteException, jdceRMIBahnException
listBahns
public abstract String[] listBahns(String _applicationServerName) throws RemoteException, jdceRMIBahnException
createBahn
public abstract boolean createBahn(String PartyName,
String _applicationServerName) throws RemoteException, jdceRMIBahnException
joinBahn
public abstract boolean joinBahn(String PartyName,
String _applicationServerName) throws RemoteException, jdceRMIBahnException
getDataBahnHandle
public abstract RMIDataBahn getDataBahnHandle(String PartyName,
String _applicationServerName) throws RemoteException, jdceRMIBahnException
destroyBahn
public abstract boolean destroyBahn(String PartyName,
String _applicationServerName) throws RemoteException, jdceRMIBahnException

All Packages Class Hierarchy This Package Previous Next Index