Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.OpenRequest.api
Class ManagerFactoryImpl  view ManagerFactoryImpl download ManagerFactoryImpl.java

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.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

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
Provides