public CommandInfo[] getAllCommands ()

Return all the commands for this type of data. This method returns an array containing all commands for the type of data represented by this DataHandler. The MIME type for the underlying data represented by this DataHandler is used to call through to the getAllCommands method of the CommandMap associated with this DataHandler.

Returns:  the CommandInfo objects representing all the commands

See also:
javax.activation.CommandMap.getAllCommands