com.sun.enterprise.config.serverbeans
Interface ApplicationRef

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

public interface ApplicationRef
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, javax.validation.Payload

References to applications deployed to the server instance


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getDisableTimeoutInMinutes()
          Gets the value of the disableTimeoutInMinutes property.
 java.lang.String getEnabled()
          Gets the value of the enabled property.
 java.lang.String getLbEnabled()
          Gets the value of the lbEnabled property.
 java.lang.String getRef()
          Gets the value of the ref property.
 java.lang.String getVirtualServers()
          Gets the value of the virtualServers property.
 void setDisableTimeoutInMinutes(java.lang.String value)
          Sets the value of the disableTimeoutInMinutes property.
 void setEnabled(java.lang.String value)
          Sets the value of the enabled property.
 void setLbEnabled(java.lang.String value)
          Sets the value of the lbEnabled property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.
 void setVirtualServers(java.lang.String value)
          Sets the value of the virtualServers 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

getEnabled

java.lang.String getEnabled()
Gets the value of the enabled property.

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

getVirtualServers

java.lang.String getVirtualServers()
Gets the value of the virtualServers property.

Returns:
possible object is String

setVirtualServers

void setVirtualServers(java.lang.String value)
                       throws java.beans.PropertyVetoException
Sets the value of the virtualServers property.

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

getLbEnabled

java.lang.String getLbEnabled()
Gets the value of the lbEnabled property. A boolean flag that causes any and all load-balancers using this application to consider this application unavailable to them.

Returns:
possible object is String

setLbEnabled

void setLbEnabled(java.lang.String value)
                  throws java.beans.PropertyVetoException
Sets the value of the lbEnabled property.

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

getDisableTimeoutInMinutes

java.lang.String getDisableTimeoutInMinutes()
Gets the value of the disableTimeoutInMinutes property. The time, in minutes, that it takes this application to reach a quiescent state after having been disabled

Returns:
possible object is String

setDisableTimeoutInMinutes

void setDisableTimeoutInMinutes(java.lang.String value)
                                throws java.beans.PropertyVetoException
Sets the value of the disableTimeoutInMinutes property.

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

getRef

@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
         message="{appref.invalid.name}",
         payload=ApplicationRef.class)
java.lang.String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

void setRef(java.lang.String value)
            throws java.beans.PropertyVetoException
Sets the value of the ref property.

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


Copyright © 2012 GlassFish Community. All Rights Reserved.