Network Deployment (Distributed operating systems), v8.0 > Reference > Developer detailed usage information


Command class

Extend one or more of the three interfaces included in the command package to write a command interface. The base interface for all commands is the Command interface.

The Command interface provides only the client-side interface for generic commands and declares three basic methods:

The implementation class for your interface must contain implementations for the isReadyToCallExecute and reset methods.
Configure command caching

+

Search Tips   |   Advanced Search