Searched refs:requestType (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/framework-controller/src/main/java/test/
H A DBundleController.java73 public void bundleController(@FormParam("id") String bundleId, @FormParam("bsubmit") String requestType) { argument
74 System.out.println("Controller :" + requestType);
87 if (requestType.equalsIgnoreCase("Stop") && bundle.getState() == bundle.ACTIVE) {
89 } else if (requestType.equalsIgnoreCase("Start") &&
92 } else if (requestType.equalsIgnoreCase("Uninstall")) {
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/admin/monitor/callflow/
H A DAgent.java106 * @param requestType Type of the request.
108 public void requestStart(RequestType requestType); argument
H A DAgentAdapter.java51 public void requestStart(RequestType requestType) {} argument
H A DListener.java84 * @param requestType Type of the request.
89 final String requestId, final RequestType requestType,
88 requestStart( final String requestId, final RequestType requestType, final String callerIPAddress, final String remoteUser) argument

Completed in 14 milliseconds