Skip navigation links

Package com.kabira.platform.management

System Management

See: Description

Package com.kabira.platform.management Description

System Management

Target Framework

Developers of management targets extend the Target class. Targets are marked with the @ManagementTarget annotation, wherein their public name is defined. Methods are marked with the @Command annotation to expose them as commands on the management target. They must return void, or TargetException will be thrown when the target is registered.

All parameters of a method marked with the @Command annotation must be marked with the @Parameter annotation, or a TargetException will be thrown when the target is registered. Supported parameter types are String, Enum, Boolean, Character, Integer, Byte, Short, Long, Float, and Double. Arrays are not supported.

Skip navigation links
Copyright 2012-2015 Cloud Software Group, Inc.