All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface FactoryInterface extends java.rmi.Remote { // Fields 1 public static final String serviceName; // Methods 1 public abstract Interface createServer(Properties) throws RemoteException; }
Each client connection normally needs its own server - this class creates those servers and returns them to the client
Cross Reference |
Fields |
· serviceName | Summary | Top |
public static final String serviceName
Subclasses use this string to find the name of service through Naming
Methods |
· createServer | Summary | Top |
public abstract Interface createServer(Properties environment) throws RemoteException
Create a new server and return it to the client
Parameter Description environment The property overrides for this client
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7