Package org.killbill.billing.util.nodes
Interface NodeCommand
-
public interface NodeCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeCommandMetadatagetNodeCommandMetadata()StringgetNodeCommandType()booleanisSystemCommandType()
-
-
-
Method Detail
-
isSystemCommandType
boolean isSystemCommandType()
- Returns:
- true if the command type is
SystemNodeCommandType
-
getNodeCommandType
String getNodeCommandType()
- Returns:
- an arbitrary string or
SystemNodeCommandType
-
getNodeCommandMetadata
NodeCommandMetadata getNodeCommandMetadata()
- Returns:
- the metadata associated with this command.
-
-