com.sun.enterprise.config.serverbeans
Interface ManagementRule

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface ManagementRule
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Defines the configured self management rule


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 Action getAction()
          Gets the value of the action property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getEnabled()
          Gets the value of the enabled property.
 Event getEvent()
          Gets the value of the event property.
 java.lang.String getName()
          Gets the value of the name property.
 void setAction(Action value)
          Sets the value of the action property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEnabled(java.lang.String value)
          Sets the value of the enabled property.
 void setEvent(Event value)
          Sets the value of the event property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getName

@NotNull
java.lang.String getName()
Gets the value of the name property. Name of the management rule

Returns:
possible object is String

setName

void setName(java.lang.String value)
             throws java.beans.PropertyVetoException
Sets the value of the name property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getEnabled

java.lang.String getEnabled()
Gets the value of the enabled property. Determines whether the rule is enabled or not. Default value is false.

Returns:
possible object is String

setEnabled

void setEnabled(java.lang.String value)
                throws java.beans.PropertyVetoException
Sets the value of the enabled property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getEvent

Event getEvent()
Gets the value of the event property.

Returns:
possible object is Event

setEvent

void setEvent(Event value)
              throws java.beans.PropertyVetoException
Sets the value of the event property.

Parameters:
value - allowed object is Event
Throws:
java.beans.PropertyVetoException

getAction

Action getAction()
Gets the value of the action property.

Returns:
possible object is Action

setAction

void setAction(Action value)
               throws java.beans.PropertyVetoException
Sets the value of the action property.

Parameters:
value - allowed object is Action
Throws:
java.beans.PropertyVetoException

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
                    throws java.beans.PropertyVetoException
Sets the value of the description property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.