com.accendia.iris.system.interfaces
Interface IApplicationObjects


public interface IApplicationObjects

Interface for the complex data type returned by the system application describing the components of a hosted application.


Method Summary
 IChecksumInterfaces getClientInterfaces()
          Returns the array of client interfaces declared by the application.
 java.lang.String[] getCommands()
          Returns the names of the commands declared by the application.
 IChecksumInterfaces[] getDynamicCommands()
          Returns information regarding the interfaces implemented by the dynamic commands.
 java.lang.String[] getFactories()
          Returns the names of the factories declared by the application.
 

Method Detail

getCommands

java.lang.String[] getCommands()
Returns the names of the commands declared by the application.

Returns:
The application command names.

getFactories

java.lang.String[] getFactories()
Returns the names of the factories declared by the application.

Returns:
The application factory names.

getClientInterfaces

IChecksumInterfaces getClientInterfaces()
Returns the array of client interfaces declared by the application.

Returns:
The client interfaces declared by the application.

getDynamicCommands

IChecksumInterfaces[] getDynamicCommands()
Returns information regarding the interfaces implemented by the dynamic commands. This information is used by the server context to create the dynamic command proxies.

Returns:
The interfaces implemented by the dynamic commands.