net.agmodel.chizudata
Interface ChizuBroker

All Superinterfaces:
GenericBrokerRMI, Remote, ServerRMI

public interface ChizuBroker
extends GenericBrokerRMI

Title:

Description:

Copyright: Copyright (c) 2002

Company:


Field Summary
static String MAPFAN
           
static String RMIHOSTPARAM
           
static String RMINAME
           
 
Fields inherited from interface net.agmodel.genericBroker.GenericBrokerRMI
EMAIL, HOSTPARAMEXTENSION, NOLOGIN, PASSWORD
 
Fields inherited from interface net.agmodel.genericBroker.ServerRMI
EXISTINGUSER, NEWUSER, SUPERUSER
 
Method Summary
 ChizuResult getChizu(String sessionID, ChizuRequest request)
          Requests a map from Chizubroker
 
Methods inherited from interface net.agmodel.genericBroker.GenericBrokerRMI
alreadyLoggedIn, getSourceDetail, getSourceID, listSourceDetails, listSourceDetails, loginToDataSource, loginToDataSource, loginToDataSource, logOutOfAllSources, logOutOfSource
 
Methods inherited from interface net.agmodel.genericBroker.ServerRMI
disconnect, getConnection, getConnection
 

Field Detail

RMINAME

public static final String RMINAME
See Also:
Constant Field Values

MAPFAN

public static final String MAPFAN
See Also:
Constant Field Values

RMIHOSTPARAM

public static final String RMIHOSTPARAM
See Also:
Constant Field Values
Method Detail

getChizu

public ChizuResult getChizu(String sessionID,
                            ChizuRequest request)
                     throws RemoteException,
                            GeneralException
Requests a map from Chizubroker

Parameters:
sessionID - the identifier returned by getConnection()
request - the details of what map is required
Returns:
the map, or null if no suitable map is available.
Throws:
RemoteException
GeneralException