|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationRef
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 |
|---|
java.lang.String getEnabled()
String
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getVirtualServers()
String
void setVirtualServers(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLbEnabled()
String
void setLbEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDisableTimeoutInMinutes()
String
void setDisableTimeoutInMinutes(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;:#]*",
message="{appref.invalid.name}",
payload=ApplicationRef.class)
java.lang.String getRef()
String
void setRef(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||