Searched defs:disable (Results 1 - 17 of 17) sorted by relevance

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DLifecycle.java62 public void disable() throws GlassFishException; method in interface:Lifecycle
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/client/
H A DProbeClientMethodHandle.java54 public void disable(); method in interface:ProbeClientMethodHandle
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/
H A DProbeClientMethodHandleImpl.java80 public synchronized void disable() { method in class:ProbeClientMethodHandleImpl
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/
H A DEJBContainerImpl.java177 cleanup.disable();
277 void disable() { method in class:EJBContainerImpl.Cleanup
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDeploymentFacility.java141 public DFProgressObject disable(Target[] targets, String moduleID); method in interface:DeploymentFacility
H A DAbstractDeploymentFacility.java129 * Used for enable and disable.
132 * @param commandName enable or disable
469 * @param targets the targets on which to disable the app
473 public DFProgressObject disable(Target[] targets, String moduleID) { method in class:AbstractDeploymentFacility
474 return changeState(targets, moduleID, "disable", "Disable");
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/
H A DPipeHelper.java393 public void disable() { method in class:PipeHelper
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/
H A DCacheManager.java387 public void disable() { method in class:CacheManager
400 disable();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/config/
H A DConfigHelper.java127 public void disable() { method in class:ConfigHelper
128 listenerWrapper.disable();
348 public void disable() { method in class:ConfigHelper.AuthConfigRegistrationWrapper
372 disable();
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DDeployment.java242 public void disable(UndeployCommandParameters commandParams, method in interface:Deployment
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DApplicationLifecycle.java1948 public void disable(UndeployCommandParameters commandParams, method in class:ApplicationLifecycle
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dprototype.js3508 disable: function(form) {
3510 Form.getElements(form).invoke('disable');
3619 disable: function(element) {
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DAppClientContainer.java943 void disable() { method in class:AppClientContainer.Cleanup
960 disable();
977 * Do not invoke disable from here. The run method might execute
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DVirtualServer.java1706 void setErrorHandler(Config serverConfig, GrizzlyService grizzlyService, boolean disable) { argument
1731 if (disable) {
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1929 disable: function(form) {
2014 disable: function(element) {
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js1254 disable: function(form) {
/glassfish-3.1.2/admingui/war/src/main/webapp/resources/yui/
H A Dyahoo-dom-event.js13 }else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A);},createEvent:function(G,D){this.__yui_events=this.__yui_events||{};var A=D||{};var I=this.__yui_events;if(I[G]){}else{var H=A.scope||this;var E=(A.silent);var B=new YAHOO.util.CustomEvent(G,H,E,YAHOO.util.CustomEvent.FLAT);I[G]=B;if(A.onSubscribeCallback){B.subscribeEvent.subscribe(A.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var F=this.__yui_subscribers[G];if(F){for(var C=0;C<F.length;++C){B.subscribe(F[C].fn,F[C].obj,F[C].overrideContext);}}}return I[G];},fireEvent:function(E,D,A,C){this.__yui_events=this.__yui_events||{};var G=this.__yui_events[E];if(!G){return null;}var B=[];for(var F=1;F<arguments.length;++F){B.push(arguments[F]);}return G.fire.apply(G,B);},hasEvent:function(A){if(this.__yui_events){if(this.__yui_events[A]){return true;}}return false;}};(function(){var A=YAHOO.util.Event,C=YAHOO.lang;YAHOO.util.KeyListener=function(D,I,E,F){if(!D){}else{if(!I){}else{if(!E){}}}if(!F){F=YAHOO.util.KeyListener.KEYDOWN;}var G=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled");this.disabledEvent=new YAHOO.util.CustomEvent("disabled");if(C.isString(D)){D=document.getElementById(D);}if(C.isFunction(E)){G.subscribe(E);}else{G.subscribe(E.fn,E.scope,E.correctScope);}function H(O,N){if(!I.shift){I.shift=false;}if(!I.alt){I.alt=false;}if(!I.ctrl){I.ctrl=false;}if(O.shiftKey==I.shift&&O.altKey==I.alt&&O.ctrlKey==I.ctrl){var J,M=I.keys,L;if(YAHOO.lang.isArray(M)){for(var K=0;K<M.length;K++){J=M[K];L=A.getCharCode(O);if(J==L){G.fire(L,O);break;}}}else{L=A.getCharCode(O);if(M==L){G.fire(L,O);}}}}this.enable=function(){if(!this.enabled){A.on(D,F,H);this.enabledEvent.fire(I);}this.enabled=true;};this.disable=function(){if(this.enabled){A.removeListener(D,F,H);this.disabledEvent.fire(I);}this.enabled=false;};this.toString=function(){return"KeyListener ["+I.keys+"] "+D.tagName+(D.id?"["+D.id+"]":"");};};var B=YAHOO.util.KeyListener;B.KEYDOWN="keydown";B.KEYUP="keyup";B.KEY={ALT:18,BACK_SPACE:8,CAPS_LOCK:20,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,META:224,NUM_LOCK:144,PAGE_DOWN:34,PAGE_UP:33,PAUSE:19,PRINTSCREEN:44,RIGHT:39,SCROLL_LOCK:145,SHIFT:16,SPACE:32,TAB:9,UP:38};})();YAHOO.register("event",YAHOO.util.Event,{version:"2.7.0",build:"1799"});YAHOO.register("yahoo-dom-event", YAHOO, {version: "2.7.0", build: "1799"});

Completed in 819 milliseconds