net.agmodel.chizudata
Interface ChizuBroker

All Superinterfaces:
net.agmodel.genericBroker.GenericBrokerRMI, Remote, net.agmodel.genericBroker.ServerRMI

public interface ChizuBroker
extends net.agmodel.genericBroker.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

MAPFAN

public static final String MAPFAN

RMIHOSTPARAM

public static final String RMIHOSTPARAM
Method Detail

getChizu

public ChizuResult getChizu(String sessionID,
                            ChizuRequest request)
                     throws RemoteException,
                            net.agmodel.utility.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 -  
net.agmodel.utility.GeneralException -