|
|||||||||
| Home >> All >> com >> k_int >> OpenRequest >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.OpenRequest.api
Class ManagerFactoryImpl

java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.k_int.OpenRequest.api.ManagerFactoryImpl
- All Implemented Interfaces:
- ManagerFactory, java.rmi.Remote, java.io.Serializable
- public class ManagerFactoryImpl
- extends java.rmi.server.UnicastRemoteObject
- implements ManagerFactory
- extends java.rmi.server.UnicastRemoteObject
Title: ManagerFactory
| Field Summary | |
private static LoggingContext |
cat
|
private SessionFactory |
sf
|
| Fields inherited from class java.rmi.server.UnicastRemoteObject |
|
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
ManagerFactoryImpl(SessionFactory sf)
|
|
| Method Summary | |
LocationBasedManagementInterface |
create(java.lang.String location_symbol,
java.lang.Object credentials)
Initailise the management interface by identifiying which location we are currently managing requests for. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
cat
private static LoggingContext cat
sf
private SessionFactory sf
| Constructor Detail |
ManagerFactoryImpl
public ManagerFactoryImpl(SessionFactory sf)
throws java.rmi.RemoteException
| Method Detail |
create
public LocationBasedManagementInterface create(java.lang.String location_symbol, java.lang.Object credentials) throws java.rmi.RemoteException
- Initailise the management interface by identifiying which location we are currently
managing requests for.
Requires
-
- Specified by:
createin interfaceManagerFactory
|
|||||||||
| Home >> All >> com >> k_int >> OpenRequest >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC