net.agmodel.chizudata
Interface ChizuBroker
- All Superinterfaces:
- GenericBrokerRMI, Remote, ServerRMI
- public interface ChizuBroker
- extends GenericBrokerRMI
Title:
Description:
Copyright: Copyright (c) 2002
Company:
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
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