Searched refs:RestRedirect (Results 1 - 25 of 27) sorted by relevance

12

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DRestRedirect.java53 public @interface RestRedirect { interface
H A DRestRedirects.java47 * List of @RestRedirect
54 RestRedirect[] value();
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DAdminObjectResource.java56 import org.glassfish.api.admin.RestRedirect;
67 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-admin-object"),
68 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-admin-object")
H A DApplication.java57 import org.glassfish.api.admin.RestRedirect;
69 @RestRedirect(opType= RestRedirect.OpType.DELETE, commandName="undeploy"),
70 @RestRedirect(opType= RestRedirect.OpType.POST, commandName = "redeploy")
H A DApplications.java43 import org.glassfish.api.admin.RestRedirect;
79 @RestRedirect(opType= RestRedirect.OpType.PUT, commandName="deploy")
H A DAuditModule.java56 import org.glassfish.api.admin.RestRedirect;
76 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-audit-module"),
77 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-audit-module")
H A DAuthRealm.java44 import org.glassfish.api.admin.RestRedirect;
65 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-auth-realm"),
66 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-auth-realm")
H A DConnectorConnectionPool.java67 import org.glassfish.api.admin.RestRedirect;
101 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-connector-connection-pool"),
102 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-connector-connection-pool")
H A DConnectorResource.java58 import org.glassfish.api.admin.RestRedirect;
74 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-connector-resource"),
75 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-connector-resource")
H A DCustomResource.java56 import org.glassfish.api.admin.RestRedirect;
73 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-custom-resource"),
74 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-custom-resource")
H A DHttpListener.java52 import org.glassfish.api.admin.RestRedirect;
71 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-http-listener"),
72 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-http-listener")
H A DIiopListener.java56 import org.glassfish.api.admin.RestRedirect;
79 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-iiop-listener"),
80 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-iiop-listener")
H A DJavaConfig.java57 import org.glassfish.api.admin.RestRedirect;
72 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-profiler"),
73 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-profiler")
H A DJdbcConnectionPool.java62 import org.glassfish.api.admin.RestRedirect;
92 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-jdbc-connection-pool"),
93 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-jdbc-connection-pool")
H A DJdbcResource.java58 import org.glassfish.api.admin.RestRedirect;
77 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-jdbc-resource"),
78 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-jdbc-resource")
H A DJmsHost.java56 import org.glassfish.api.admin.RestRedirect;
76 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-jms-host"),
77 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-jms-host")
H A DMailResource.java57 import org.glassfish.api.admin.RestRedirect;
72 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-javamail-resource"),
73 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-javamail-resource")
H A DMessageSecurityConfig.java57 import org.glassfish.api.admin.RestRedirect;
73 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-message-security-provider"),
74 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-message-security-provider")
H A DResourceAdapterConfig.java56 import org.glassfish.api.admin.RestRedirect;
79 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-resource-adapter-config"),
80 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-resource-adapter-config")
H A DResourceRef.java54 import org.glassfish.api.admin.RestRedirect;
64 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-resource-ref"),
65 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-resource-ref")
H A DSystemProperty.java54 import org.glassfish.api.admin.RestRedirect;
67 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-system-properties"),
68 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-system-property")
H A DVirtualServer.java53 import org.glassfish.api.admin.RestRedirect;
79 @RestRedirect(opType = RestRedirect.OpType.POST, commandName = "create-virtual-server"),
80 @RestRedirect(opType = RestRedirect.OpType.DELETE, commandName = "delete-virtual-server")
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/generator/
H A DResourcesGeneratorBase.java45 import org.glassfish.api.admin.RestRedirect;
80 //processRedirectsAnnotation(model); // TODO need to extract info from RestRedirect Annotations
445 RestRedirect[] values = restRedirects.value();
446 for (RestRedirect r : values) {
453 //TODO - fetch command name from config bean(RestRedirect annotation).
531 //TODO - fetch command name from config bean(RestRedirect annotation).
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/
H A DStatusGenerator.java72 import org.glassfish.api.admin.RestRedirect;
355 RestRedirect[] values = restRedirects.value();
356 for (RestRedirect r : values) {
H A DTemplateListOfResource.java55 import org.glassfish.api.admin.RestRedirect;
225 return ResourceUtil.getCommand(RestRedirect.OpType.POST, subChildConfigModel);
232 return ResourceUtil.getCommand(RestRedirect.OpType.POST, n.getModel());

Completed in 89 milliseconds

12