|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.admin.ControllerRestartQuery
public class ControllerRestartQuery
Restarts a controller. The controller is identified by the tag, which looks like "war/foo.com/my-war" or "ear/foo.com/my-ear". The first component is the deployment type, the second is the virtual host and the third is the specific name.
| Constructor Summary | |
|---|---|
ControllerRestartQuery(java.lang.String tag)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTag()
|
java.lang.String |
getTagHost()
Parses the tag host for convenience |
java.lang.String |
getTagName()
Parses the tag name for convenience |
java.lang.String |
getTagType()
Parses the tag type for convenience, "ear", "war", etc |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerRestartQuery(java.lang.String tag)
| Method Detail |
|---|
public java.lang.String getTag()
public java.lang.String getTagType()
public java.lang.String getTagHost()
public java.lang.String getTagName()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||