|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.request.Request
org.jboss.dna.graph.request.DestroyWorkspaceRequest
public final class DestroyWorkspaceRequest

Request that an existing workspace with the supplied name be destroyed.
| Constructor Summary | |
|---|---|
DestroyWorkspaceRequest(String workspaceName)
Create a request to destroy an existing workspace. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
boolean |
isReadOnly()
Return whether this request only reads information. |
String |
toString()
|
String |
workspaceName()
Get the name for the workspace that is to be destroyed. |
| Methods inherited from class org.jboss.dna.graph.request.Request |
|---|
cancel, getError, hasError, isCancelled, setError |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DestroyWorkspaceRequest(String workspaceName)
workspaceName - the name of the workspace that is to be destroyed
IllegalArgumentException - if the workspace name is null| Method Detail |
|---|
public String workspaceName()
public boolean isReadOnly()
isReadOnly in class RequestRequest.isReadOnly()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||