| Package | Description | 
|---|---|
| oracle.ifs.protocols.commands.utils | |
| oracle.ifs.protocols.cup.commands | |
| oracle.ifs.protocols.utils | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExceptionWrapperResultTranslator
ExceptionWrapperResultTranslator is the result translator
 used by any client of the CommandInvoker that wants the exceptions
 rethrown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandInvoker.registerCommand(Object cmdKey,
               Command cmd,
               ArgumentTranslator argTrans,
               ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
 translator. 
 | 
void | 
CommandInvoker.registerCommand(Object cmdKey,
               String cmd,
               ArgumentTranslator argTrans,
               ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
 translator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CupAddRefResultTranslator
CupAddRefResultTranslator translates the results of the AddRef
 of the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupAttachUsageResultTranslator
CupAttachUsageResultTranslator is the ResultTranslator
 used by the AttachUsage command key. 
 | 
class  | 
CupBeansVersionResultTranslator
CupBeansVersionResultTranslator prints out the CupSession's current 
 bean's version. 
 | 
class  | 
CupCatResultTranslator
CupCatResultTranslator translates the results of the 
 IfsCatCommand the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupCdResultTranslator
CupPasvResultTranslator translates the results of the IfsPasvCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupCookieResultTranslator
CupCookieResultTranslator is the default ResultTranslator to the IfsCookieCommand
 for cup. 
 | 
class  | 
CupCpResultTranslator
CupCpResultTranslator translates the results of the CopyCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupDoneResultTranslator
CupDoneResultTranslator translates the results of the IfsCloseChannelCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupFindResultTranslator
CupFindResultTranslator translates the results of the 
 IfsInvokeSelectorAndListOutput to the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupGetAttrResultTranslator
CupGetAttrResultTranslator translates the results of the 
 StringListComamnd the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupGetResultTranslator
CupGetResultTranslator translates the results of the 
 RenderAsStreamCommand the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupHelpResultTranslator
CupHelpResultTranslator translates the results of the 
 HelpComamnd the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupLoginResultTranslator
CupLoginResultTranslator translates the results of the LoginCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupLogoutResultTranslator
CupLogoutResultTranslator is the default ResultTranslator to the LogoutCommand
 for cup. 
 | 
class  | 
CupLsResultTranslator
CupLsResultTranslator translates the results of the 
 StringListComamnd the Cup protocol enviroment 
 and replies to the client. 
 | 
class  | 
CupMkdirResultTranslator
CupMkdirResultTranslator translates the results of the CreateFolderCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupModeResultTranslator
CupModeResultTranslator translates the results of the CupModeCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupMvResultTranslator
CupMvResultTranslator translates the results of the Mv
 of the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupPasvResultTranslator
CupPasvResultTranslator translates the results of the IfsPasvCommand
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupPutResultTranslator
CupPutResultTranslator is the default ResultTranslator to the IfsUploadFileCommand
 for cup. 
 | 
class  | 
CupPwdResultTranslator
CupPwdResultTranslator prints out the CupSession's current path within
 its FolderPathResolver. 
 | 
class  | 
CupResultTranslator
CupResultTranslator is the generic result translator for the CupServer. 
 | 
class  | 
CupRmRefResultTranslator
CupRmRefResultTranslator translates the results of the RmRef
 of the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupRmResultTranslator
CupRmResultTranslator translates the results of the RmCommand in
 the the Cup protocol enviroment and replies to the client. 
 | 
class  | 
CupSetAttrResultTranslator
CupSetAttrResultTranslator sets the attribute of the LibraryObject
 to the value specified. 
 | 
class  | 
CupShowAllPathsResultTranslator
CupShowAllPathsResultTranslator prints out the all the paths for
 a PublicObject. 
 | 
class  | 
CupWhoAmIResultTranslator
CupWhoAmIResultTranslator prints out the CupSession's current 
 user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
IfsProtocolServer.registerCommand(Object key,
               Command cmd,
               ArgumentTranslator argTrans,
               ResultTranslator resultTrans)
Conviencve method for registers a Command. 
 | 
protected void | 
IfsProtocolServer.registerCommand(Object key,
               String cmdName,
               ArgumentTranslator argTrans,
               ResultTranslator resultTrans)
Conviencve method for registers a Command. 
 | 
Copyright © 2025. All rights reserved.