Class BindingDescriptorType
- java.lang.Object
-
- com.opencloud.rhino.management.deployment.BindingDescriptorType
-
- All Implemented Interfaces:
DeployableType
,Serializable
public final class BindingDescriptorType extends Object implements DeployableType
Deployable type representing a Rhino binding descriptor.
- Since:
- Rhino 2.4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BindingDescriptorType
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescriptiveName()
Get a descriptive name for this deployable type.String
getShortName()
Get a short name for this deployable type.
-
-
-
Field Detail
-
INSTANCE
public static final BindingDescriptorType INSTANCE
-
-
Method Detail
-
getDescriptiveName
public String getDescriptiveName()
Description copied from interface:DeployableType
Get a descriptive name for this deployable type. This name is typically used in log messages, etc, to describe the deployable type.
- Specified by:
getDescriptiveName
in interfaceDeployableType
- Returns:
- "binding descriptor".
-
getShortName
public String getShortName()
Description copied from interface:DeployableType
Get a short name for this deployable type. This name is typically a single word used to identify the deployable type.
- Specified by:
getShortName
in interfaceDeployableType
- Returns:
- "bindings"
-
-