|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IApplicationLoadCallback
This client callback interface is used to implement application metadata loading into the ServerContext. It is not used by regular clients.
| Method Summary | |
|---|---|
void |
applicationCallbacks(int appIdx,
IChecksumInterfaces clientInterfaces)
Receive information about the client callbacks. |
void |
applicationCommands(int appIdx,
java.lang.String[] commandNames)
Receive information about the application commands. |
void |
applicationDynamicCommands(int appIdx,
IChecksumInterfaces dynamicCommand)
Receive information about the application dynamic commands. |
void |
applicationFactories(int appIdx,
java.lang.String[] factoryNames)
Receive information about the application command factories. |
void |
loadCompleted(int appIdx,
boolean error)
The application load was completed |
void |
startLoad(int appIdx,
int numCommands,
int numFactories,
int dynCommands)
Receive information about the structure of the remote application. |
| Method Detail |
|---|
void startLoad(int appIdx,
int numCommands,
int numFactories,
int dynCommands)
appIdx - The application indexnumCommands - Number of application commandsnumFactories - Number of application command factoriesdynCommands - Number of application dynamic commands
void applicationCommands(int appIdx,
java.lang.String[] commandNames)
appIdx - Application indexcommandNames - Application command names
void applicationFactories(int appIdx,
java.lang.String[] factoryNames)
appIdx - Application indexfactoryNames - Application factory names
void applicationCallbacks(int appIdx,
IChecksumInterfaces clientInterfaces)
appIdx - Application indexclientInterfaces - Client callbacks metadata
void applicationDynamicCommands(int appIdx,
IChecksumInterfaces dynamicCommand)
appIdx - Application indexdynamicCommand - Dynamic command metadata
void loadCompleted(int appIdx,
boolean error)
appIdx - Application indexerror - Application load error code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||