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

Quick Search    Search Deep

com.k_int.OpenRequest.api
Interface ManagerFactory  view ManagerFactory download ManagerFactory.java

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ManagerFactoryImpl

public interface ManagerFactory
extends java.rmi.Remote

Title: ManagerFactory


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.
 

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