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