All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----kh.farm.Factory
| Summary |
public class Factory
extends java.rmi.server.UnicastRemoteObject
implements kh.farm.FactoryInterface
{
// Constructors 1
public Factory() throws RemoteException;
// Methods 1
public Interface createServer(Properties) throws RemoteException;
}
| Constructors |
· Factory | Summary | Top |
public Factory() throws RemoteException
Creates our server object and binds it using RMI
| Methods |
· createServer | Summary | Top |
public Interface createServer(Properties environment) throws RemoteException
Create a new server and return it to the client
- Implements:
- createServer in interface FactoryInterface
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7