|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: Description: Copyright: Copyright (c) 2002 Company:
| Field Summary | |
static String |
RMIHOSTPARAM
|
static String |
RMINAME
|
| Fields inherited from interface net.agmodel.genericBroker.ServerRMI |
EXISTINGUSER, NEWUSER, SUPERUSER |
| Method Summary | |
String[] |
getAllItemDescription(String sessionID,
String fileSetID,
String[] itemKeys)
Gets the item_description for the set of item_ids. |
String |
getItemDescription(String sessionID,
String fileSetID,
String itemKey)
Gets the item_description for the item_id. |
String |
getLanguageName(String sessionID,
String readerID,
String languageID)
Gets the language name of a languageID. |
ResItem |
getResItem(String sessionID,
String languageID,
String fileSet,
String itemKey)
Get a single resource item. |
ResItem[] |
getResItems(String sessionID,
String languageID,
String fileSet,
String[] itemKeys)
Get a set of resource items. |
UserFileSet |
getUserFileSet(String sessionID,
String languageID,
String fileSetID)
Gets the UserFileSet object for a perticular language and fileSetID for the ResourceUser. |
String[] |
listFileSet(String sessionID)
Gets the details for all fileSet of a perticular language from the ResourceServer. |
String[] |
listLanguageID(String sessionID)
Gets the 2 character IDs of all the languages supported by the ResourceServer. |
String[] |
listLanguages(String sessionID,
String readerID)
Gets the names of all the languages supported by the ResourceServer. |
| Methods inherited from interface net.agmodel.genericBroker.ServerRMI |
disconnect, getConnection, getConnection |
| Field Detail |
public static final String RMINAME
public static final String RMIHOSTPARAM
| Method Detail |
public ResItem getResItem(String sessionID,
String languageID,
String fileSet,
String itemKey)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSet - the name of the set of files of interest (eg UtilityResource)itemKey - the key identifying the required resource item.
RemoteException.
RemoteException
GeneralException
public ResItem[] getResItems(String sessionID,
String languageID,
String fileSet,
String[] itemKeys)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSet - the name of the set of files of interest (eg UtilityResource)itemKeys - an array of keys identifying the required resource items.
RemoteException.
RemoteException
GeneralException
public String[] listFileSet(String sessionID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnection
RemoteException.
RemoteException
GeneralException
public String getLanguageName(String sessionID,
String readerID,
String languageID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionlanguageID - a standard ISO two letter String identifying the language (eg "en") from which fileSet detail is needed.
RemoteException.
RemoteException
GeneralException
public UserFileSet getUserFileSet(String sessionID,
String languageID,
String fileSetID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionlanguageID - a standard ISO two letter String identifying the language (eg "en") from which fileSet detail is needed.fileSetID - the name of the file(resource) of interest (eg Utility)
RemoteException.
RemoteException
GeneralException
public String[] getAllItemDescription(String sessionID,
String fileSetID,
String[] itemKeys)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet(fileSetID) of interest (eg Utility)itemKeys - set of item_ids for which item_description are needed
RemoteException.
RemoteException
GeneralException
public String getItemDescription(String sessionID,
String fileSetID,
String itemKey)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet(fileSetID) of interest (eg Utility)itemKey - the item_id for which item_description is needed
RemoteException.
RemoteException
GeneralException
public String[] listLanguages(String sessionID,
String readerID)
throws RemoteException,
GeneralException
sessionID - the identifier for the client provided by getConnection
RemoteException.
RemoteException
GeneralException
public String[] listLanguageID(String sessionID)
throws RemoteException,
GeneralException
sessionID - the identifier for the client provided by getConnection
RemoteException.
RemoteException
GeneralException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||