[jboss-as7-dev] DomainApiHandler.GET operations
Scott Stark
sstark at redhat.com
Sat Jun 25 18:13:06 EDT 2011
These are the only supported GET operations in the DomainApiHandler:
enum GetOperation {
RESOURCE("read-resource"), ATTRIBUTE("read-attribute"),
RESOURCE_DESCRIPTION("read-resource-description"), OPERATION_DESCRIPTION(
"read-operation-description"),
OPERATION_NAMES("read-operation-names");
Is there a reason why others like undeploy are not supported? GETs
should not have side-effects?
More information about the jboss-as7-dev
mailing list