Searched defs:add (Results 1 - 25 of 83) sorted by relevance

1234

/glassfish-3.1.2/tests/jbi/bare_doc_literal/bc_consumer_se_provider/endpoint/
H A DCalculator.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DAddNumber.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DEndpointMapping.java24 * 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 DEndpointMappingConsumer.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DSimpleWebService.java24 * 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 DInterfaces.java24 * 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 DMonitoringRuntimeDataRegistry.java24 * 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 DGrizzlyContainer.java24 * 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 DOrderedSet.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DCalculator.java24 * 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 DStringifierRegistry.java24 * 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 DStringifierRegistryIniter.java24 * 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 DApplicationRegistry.java24 * 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 DProgressTracker.java24 * 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 DObjrefEnumeration.java24 * 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 DCapabilities.java24 * 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

Completed in 233 milliseconds

1234