|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteStorageController | |
net.sf.jso.engine | |
net.sf.jso.remote |
Uses of RemoteStorageController in net.sf.jso.engine |
Classes in net.sf.jso.engine that implement RemoteStorageController | |
class |
JSOStorageController
Controller responsible for coordinating storage operations by several concurrent storage managers. |
Uses of RemoteStorageController in net.sf.jso.remote |
Fields in net.sf.jso.remote declared as RemoteStorageController | |
RemoteStorageController |
StorageControllerProxy.controller
|
Methods in net.sf.jso.remote that return RemoteStorageController | |
RemoteStorageController |
StorageControllerHome.getController(java.lang.String anUser,
java.lang.String aPassword)
Returns remote reference to storage controller if authentication is succesfull. |
RemoteStorageController |
ControllerHome.getController(java.lang.String anUser,
java.lang.String aPassword)
Returns remote reference to storage controller if authentication is succesfull. |
Constructors in net.sf.jso.remote with parameters of type RemoteStorageController | |
StorageControllerProxy(RemoteStorageController aController)
Constructs the proxy. |
|
ControllerHome(java.lang.String anUser,
java.lang.String aPassword,
RemoteStorageController aController)
Constructs controller home. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |