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

Constructor Index

 o RemoteLogServiceProxy(WizardState)

Method Index

 o exportService()
This object exports itself via UnicastRemoteObject.exportObject(this) so that it can be used through RMI in other VMs.
 o isExported()

Constructors

 o RemoteLogServiceProxy
 public RemoteLogServiceProxy(WizardState state)

Methods

 o exportService
 public void exportService()
This object exports itself via UnicastRemoteObject.exportObject(this) so that it can be used through RMI in other VMs.

 o isExported
 public boolean isExported()

All Packages  Class Hierarchy  This Package  Previous  Next  Index