All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.wizards.services.RemoteLogServiceProxy
java.lang.Object
|
+----com.sun.wizards.services.LocalLogService
|
+----com.sun.wizards.services.RemoteLogServiceProxy
- public class RemoteLogServiceProxy
- extends LocalLogService
- implements RemoteLogServiceInt, Service
-
RemoteLogServiceProxy(WizardState)
-
-
exportService()
- This object exports itself via
UnicastRemoteObject.exportObject(this) so
that it can be used through RMI in other VMs.
-
isExported()
-
RemoteLogServiceProxy
public RemoteLogServiceProxy(WizardState state)
exportService
public void exportService()
- This object exports itself via
UnicastRemoteObject.exportObject(this) so
that it can be used through RMI in other VMs.
isExported
public boolean isExported()
All Packages Class Hierarchy This Package Previous Next Index