/glassfish-3.1.2/tests/quicklook/wsit/jaxbosgi/src/java/a/ |
H A D | Address.java | 43 import javax.xml.bind.annotation.*;
|
/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/xmlentities/ |
H A D | Category.java | 51 import javax.xml.bind.annotation.XmlAccessType; 52 import javax.xml.bind.annotation.XmlAccessorType; 53 import javax.xml.bind.annotation.XmlAttribute; 54 import javax.xml.bind.annotation.XmlRootElement; 55 import javax.xml.bind.annotation.XmlType;
|
H A D | Capability.java | 53 import javax.xml.bind.annotation.XmlAccessType; 54 import javax.xml.bind.annotation.XmlAccessorType; 55 import javax.xml.bind.annotation.XmlAttribute; 56 import javax.xml.bind.annotation.XmlRootElement; 57 import javax.xml.bind.annotation.XmlType;
|
H A D | P.java | 51 import javax.xml.bind.annotation.XmlAccessType; 52 import javax.xml.bind.annotation.XmlAccessorType; 53 import javax.xml.bind.annotation.XmlAttribute; 54 import javax.xml.bind.annotation.XmlRootElement; 55 import javax.xml.bind.annotation.XmlType;
|
H A D | Repository.java | 53 import javax.xml.bind.annotation.XmlAccessType; 54 import javax.xml.bind.annotation.XmlAccessorType; 55 import javax.xml.bind.annotation.XmlAttribute; 56 import javax.xml.bind.annotation.XmlRootElement; 57 import javax.xml.bind.annotation.XmlType;
|
H A D | Require.java | 51 import javax.xml.bind.annotation.XmlAccessType; 52 import javax.xml.bind.annotation.XmlAccessorType; 53 import javax.xml.bind.annotation.XmlAttribute; 54 import javax.xml.bind.annotation.XmlRootElement; 55 import javax.xml.bind.annotation.XmlType; 56 import javax.xml.bind.annotation.XmlValue;
|
H A D | ObjectFactory.java | 51 import javax.xml.bind.annotation.XmlRegistry;
|
H A D | ObrXmlReaderWriter.java | 43 import javax.xml.bind.JAXBContext; 44 import javax.xml.bind.JAXBException; 45 import javax.xml.bind.Marshaller; 46 import javax.xml.bind.Unmarshaller;
|
H A D | Resource.java | 53 import javax.xml.bind.annotation.XmlAccessType; 54 import javax.xml.bind.annotation.XmlAccessorType; 55 import javax.xml.bind.annotation.XmlAttribute; 56 import javax.xml.bind.annotation.XmlRootElement; 57 import javax.xml.bind.annotation.XmlType;
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/ |
H A D | EmbeddedContainer.java | 60 * @param port the port instance to bind 65 public void bind(Port port, String protocol); method in interface:EmbeddedContainer
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/admin/ |
H A D | EmbeddedAdminContainer.java | 70 public void bind(Port port); method in interface:EmbeddedAdminContainer
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/grizzly/ |
H A D | GrizzlyContainer.java | 54 public void bind(Port port); method in interface:GrizzlyContainer
|
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/ |
H A D | SyncRequest.java | 46 import javax.xml.bind.annotation.*;
|
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/ |
H A D | SerialContextProvider.java | 65 public void bind(String name, Object obj) method in interface:SerialContextProvider
|
H A D | SerialContextProviderImpl.java | 95 public void bind(String name, Object obj) method in class:SerialContextProviderImpl 98 rootContext.bind(name, obj);
|
H A D | LocalSerialContextProviderImpl.java | 89 * overriding the super.bind() since we need to make a copy of the object 96 public void bind(String name, Object obj) method in class:LocalSerialContextProviderImpl 99 super.bind(name, copyOfObj);
|
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/ |
H A D | EmbeddedAdminCtrImpl.java | 78 public void bind(Port port, String protocol) { method in class:EmbeddedAdminCtrImpl 115 public void bind(Port port) { method in class:EmbeddedAdminCtrImpl
|
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/ |
H A D | BaseDirContext.java | 318 * @param name the name to bind; may not be empty 319 * @param obj the object to bind; possibly null 325 public void bind(Name name, Object obj) method in class:BaseDirContext 327 bind(name.toString(), obj); 334 * @param name the name to bind; may not be empty 335 * @param obj the object to bind; possibly null 341 public void bind(String name, Object obj) method in class:BaseDirContext 343 bind(name, obj, null); 356 * @param name the name to bind; may not be empty 357 * @param obj the object to bind; possibl 917 public void bind(Name name, Object obj, Attributes attrs) method in class:BaseDirContext 934 public abstract void bind(String name, Object obj, Attributes attrs) method in class:BaseDirContext [all...] |
H A D | DirContextURLStreamHandler.java | 168 public static void bind(DirContext dirContext) { method in class:DirContextURLStreamHandler 241 public static void bind(ClassLoader cl, DirContext dirContext) { method in class:DirContextURLStreamHandler
|
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/ |
H A D | NamingContext.java | 203 * @param name the name to bind; may not be empty 204 * @param obj the object to bind; possibly null 210 public void bind(Name name, Object obj) method in class:NamingContext 212 bind(name, obj, false); 219 * @param name the name to bind; may not be empty 220 * @param obj the object to bind; possibly null 226 public void bind(String name, Object obj) method in class:NamingContext 228 bind(new CompositeName(name), obj); 241 * @param name the name to bind; may not be empty 242 * @param obj the object to bind; possibl 870 protected void bind(Name name, Object obj, boolean rebind) method in class:NamingContext [all...] |
H A D | SelectorContext.java | 189 * @param name the name to bind; may not be empty 190 * @param obj the object to bind; possibly null 196 public void bind(Name name, Object obj) method in class:SelectorContext 198 getBoundContext().bind(parseName(name), obj); 205 * @param name the name to bind; may not be empty 206 * @param obj the object to bind; possibly null 212 public void bind(String name, Object obj) method in class:SelectorContext 214 getBoundContext().bind(parseName(name), obj); 227 * @param name the name to bind; may not be empty 228 * @param obj the object to bind; possibl [all...] |
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
H A D | controls.js | 103 if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); 162 setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000); 190 setTimeout(this.hide.bind(this), 250); 347 this.options.onComplete = this.onComplete.bind(this); 498 this._boundCancelHandler = this.handleFormCancellation.bind(this); 499 this._boundComplete = (this.options.onComplete || Prototype.emptyFunction).bind(this); 500 this._boundFailureHandler = this.handleAJAXFailure.bind(this); 501 this._boundSubmitHandler = this.handleFormSubmission.bind(this); 502 this._boundWrapperHandler = this.wrapUp.bind(this); 681 }.bind(thi [all...] |
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/ |
H A D | moo.fx.js | 64 setTimeout(this.options.onComplete.bind(this, this.element), 10); 89 setTimeout(this.options.onStart.bind(this, this.element), 10); 93 this.timer = setInterval(this.step.bind(this), Math.round(1000/this.options.fps));
|
H A D | prototype.js | 77 Function.prototype.bind = function() { 137 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); 676 this.transport.onreadystatechange = this.onStateChange.bind(this); 677 setTimeout((function() {this.respondToReadyState(1)}).bind(this), 10); 792 }).bind(this); 815 setTimeout(this.onComplete.bind(this), 10); 837 this.options.onComplete = this.updateComplete.bind(this); 854 this.timer = setTimeout(this.onTimerEvent.bind(this), 1097 }).bind(this)); 1111 }).bind(thi [all...] |
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/ |
H A D | controls.js | 100 if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); 159 setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000); 187 setTimeout(this.hide.bind(this), 250); 335 this.options.onComplete = this.onComplete.bind(this); 560 this.form.onsubmit = this.onSubmit.bind(this); 581 cancelLink.onclick = this.onclickCancel.bind(this); 615 textField.onblur = this.onSubmit.bind(this); 627 textArea.onblur = this.onSubmit.bind(this); 646 onComplete: this.onLoadedExternalText.bind(this) 683 onComplete: this.onComplete.bind(thi [all...] |