/glassfish-3.1.2/tests/jbi/bare_doc_literal/bc_consumer_se_provider/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 56 public int add( method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/bare_doc_literal/se_consumer_se_provider/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 58 public int add( method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/client/web/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 54 @WebMethod(operationName="add", action="urn:Add") 55 public int add(int i, int j) { method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/service_unit/add-numbers/endpoint/ |
H A D | AddNumber.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 55 @WebMethod(operationName="add", action="urn:Add") 56 public int add(int i, int j) throws Exception { method in class:AddNumber
|
/glassfish-3.1.2/tests/jbi/service_unit/compApp-client/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 54 @WebMethod(operationName="add", action="urn:Add") 55 public int add(int i, int j) { method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/service_unit/compApp-server/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 54 @WebMethod(operationName="add", action="urn:Add") 55 public int add(int i, int j) { method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping/endpoint/ |
H A D | EndpointMapping.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 55 @WebMethod(operationName="add", action="urn:Add") 56 public int add(int i, int j) throws Exception { method in class:EndpointMapping
|
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping_consumer/endpoint/ |
H A D | EndpointMappingConsumer.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 54 @WebMethod(operationName="add", action="urn:Add") 55 public int add(int i, int j) { method in class:EndpointMappingConsumer
|
/glassfish-3.1.2/tests/jbi/soapfault/se_consumer/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 55 @WebMethod(operationName="add", action="urn:Add") 56 public int add(int i, int j) throws Exception { method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/soapfault/se_consumerNprovider/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 55 @WebMethod(operationName="add", action="urn:Add") 56 public int add(int i, int j) throws Exception { method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/transactions/jse_only/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 57 @WebMethod(operationName="add", action="urn:Add") 58 public int add(int i, int j) { method in class:Calculator
|
/glassfish-3.1.2/tests/embedded/maven-plugin/webservice/src/main/java/test/ |
H A D | SimpleWebService.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 48 @WebMethod(operationName="add") 49 public int add(int i, int j) throws Exception { method in class:SimpleWebService
|
/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/ |
H A D | Interfaces.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 66 add( 205 add( final Class<? extends AMXProxy>... args ) method in class:Interfaces 209 add( clazz ); 213 public final void add( final Class<? extends AMXProxy> clazz ) method in class:Interfaces
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/ |
H A D | MonitoringRuntimeDataRegistry.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 57 public void add (String name, TreeNode node); method in interface:MonitoringRuntimeDataRegistry
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/grizzly/ |
H A D | GrizzlyContainer.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 56 public void add(Adapter adapter); method in interface:GrizzlyContainer
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | OrderedSet.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 73 public boolean add(T o) { method in class:OrderedSet 75 return super.add(o); 88 if (add(o)) {
|
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/bundled-wsdl/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 62 @WebMethod(operationName="add", action="urn:Add") 63 public int add( method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/wsdl-import/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 62 @WebMethod(operationName="add", action="urn:Add") 63 public int add( method in class:Calculator
|
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/bundled_wsdl/endpoint/ |
H A D | Calculator.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 62 @WebMethod(operationName="add", action="urn:Add") 63 public int add( method in class:Calculator
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/stringifier/ |
H A D | StringifierRegistry.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 57 add( Class<?> theClass, Stringifier stringifier ); method in interface:StringifierRegistry
|
H A D | StringifierRegistryIniter.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 51 public void add( Class theClass, Stringifier theStringifier ); method in interface:StringifierRegistryIniter
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/ |
H A D | ApplicationRegistry.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 65 public synchronized void add(String name, ApplicationInfo info) { method in class:ApplicationRegistry
|
H A D | ProgressTracker.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 55 public synchronized <T> void add(String name, Class<T> type, T subject) { method in class:ProgressTracker 59 subjects.get(name).add(subject); 64 public <T> void add(Class<T> type, T subject) { method in class:ProgressTracker 65 add(type.getName(), type, subject); 70 add(type, subject);
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/portable/ |
H A D | ObjrefEnumeration.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 61 public void add(Object obj) method in class:ObjrefEnumeration 65 objrefs.add(obj);
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ |
H A D | Capabilities.java | 24 * If applicable, add the following below the License Header, with the fields 35 * its licensees as provided above. However, if you add GPL Version 2 code 63 add((String) pairs[i], pairs[i + 1]); 78 add(OFFLINE_KEY, "" + value); 82 add( method in class:Capabilities
|