/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/callers/ |
H A D | MethodCallers.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 87 // s.add(new AddNotifLsnrObjNameCaller(mbsc)); 88 // s.add(new AddNotifLsnrsCaller(mbsc)); 89 s.add(new AddNotifLsnrObjNameCaller(mbsc, mgr)); 90 s.add(new AddNotifLsnrsCaller(mbsc, mgr)); 92 s.add(new CreateMBeanCaller(mbsc)); 93 s.add(new CreateMBeanLoaderCaller(mbsc)); 94 s.add(new CreateMBeanLoaderParamsCaller(mbsc)); 95 s.add(ne [all...] |
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/logviewer/backend/ |
H A D | LogRecordTemplate.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 60 template.add( new Attribute( "FIELD0", "Record Number" ) ); 61 template.add( new Attribute( "FIELD1", "Logged DateTime" ) ); 62 template.add( new Attribute( "FIELD2", "Logged Level" ) ); 63 template.add( new Attribute( "FIELD3", "Product Name" ) ); 64 template.add( new Attribute( "FIELD4", "Logger Name" ) ); 65 template.add( new Attribute( "FIELD5", "Name Value Pairs" ) ); 66 template.add( new Attribute( "FIELD6", "Message Id" ) ); 67 template.add( ne [all...] |
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/stringifier/ |
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 65 add(ObjectName.class, ObjectNameStringifier.DEFAULT); 66 add(MBeanInfo.class, MBeanInfoStringifier.DEFAULT); 67 add(ModelMBeanInfo.class, ModelMBeanInfoStringifier.DEFAULT); 69 add(MBeanOperationInfo.class, MBeanOperationInfoStringifier.DEFAULT); 70 add(ModelMBeanOperationInfo.class, ModelMBeanOperationInfoStringifier.DEFAULT); 72 add(MBeanAttributeInfo.class, MBeanAttributeInfoStringifier.DEFAULT); 73 add(ModelMBeanAttributeInfo.class, ModelMBeanAttributeInfoStringifier.DEFAULT); 75 add(MBeanParameterInf [all...] |
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/introspection/ |
H A D | ResourceAdapterAnnotationScanner.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 79 annotations.add("Ljavax/resource/spi/Connector;"); 80 annotations.add("Ljavax/resource/spi/AdministeredObject;"); 81 annotations.add("Ljavax/resource/spi/Activation;"); 82 annotations.add("Ljavax/resource/spi/AuthenticationMechanism;"); 83 annotations.add("Ljavax/resource/spi/ConfigProperty;"); 84 annotations.add("Ljavax/resource/spi/ConnectionDefinition;"); 85 annotations.add("Ljavax/resource/spi/ConnectionDefinitions;"); 86 annotations.add("Ljava [all...] |
H A D | EjbComponentAnnotationScanner.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 86 annotations.add("Ljavax/ejb/Stateless;"); 87 annotations.add("Ljavax/ejb/Stateful;"); 88 annotations.add("Ljavax/ejb/MessageDriven;"); 89 annotations.add("Ljavax/ejb/Singleton;");
|
H A D | AppClientPersistenceDependencyAnnotationScanner.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 annotationsSet.add("Ljavax/persistence/PersistenceUnit"); 59 annotationsSet.add("Ljavax/persistence/PersistenceUnits");
|
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/ |
H A D | DeployTask.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 64 deployParams.add("--name=" + name); 68 deployParams.add("--contextroot=" + contextroot); 72 deployParams.add("--force=" + force); 77 deployParams.add("--precompilejsp=" + precompilejsp); 81 deployParams.add("--verify=" + verify); 85 deployParams.add("--createtables=" + createtables); 89 deployParams.add("--dropandcreatetables=" + dropandcreatetables); 93 deployParams.add(" [all...] |
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/ |
H A D | InterceptorUtil.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 64 smallerPrimitiveWrappers.add(Byte.class); 68 smallerPrimitiveWrappers.add(Boolean.class); 72 smallerPrimitiveWrappers.add(Character.class); 76 smallerPrimitiveWrappers.add(Byte.class); 77 smallerPrimitiveWrappers.add(Short.class); 78 smallerPrimitiveWrappers.add(Integer.class); 79 smallerPrimitiveWrappers.add(Float.class); 80 smallerPrimitiveWrappers.add(Doubl [all...] |
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/ |
H A D | AutoDeployConstants.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 115 result.add(DEPLOYED); 116 result.add(NOTDEPLOYED); 117 result.add(PENDING); 118 result.add(DEPLOY_FAILED); 119 result.add(UNDEPLOYED); 120 result.add(UNDEPLOY_FAILED); 121 result.add(UNDEPLOY_REQUESTED);
|
/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/universal/xml/ |
H A D | SysPropsHandlerTest.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 84 instance.add(Type.SERVER, "test", "from-server"); 85 instance.add(Type.CLUSTER, "test", "from-cluster"); 86 instance.add(Type.CONFIG, "test", "from-config"); 87 instance.add(Type.DOMAIN, "test", "from-domain"); 92 instance.add(Type.CLUSTER, "test2", "from-cluster"); 93 instance.add(Type.CONFIG, "test2", "from-config"); 94 instance.add(Type.DOMAIN, "test2", "from-domain"); 96 instance.add(Typ [all...] |
/glassfish-3.1.2/deployment/dol/src/test/java/com/sun/enterprise/deployment/ |
H A D | OrderingDescriptorTest.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 102 names.add("A"); 111 wfs.add(createWebFragmentDescriptor("A", new String[] { OTHERS, "C" }, null)); 112 wfs.add(createWebFragmentDescriptor("B", null, new String[] { OTHERS })); 113 wfs.add(createWebFragmentDescriptor("C", new String[] { OTHERS }, null)); 114 wfs.add(createWebFragmentDescriptor("D", null, null)); 115 wfs.add(createWebFragmentDescriptor("E", null, null)); 116 wfs.add(createWebFragmentDescriptor("F", null, new String[] { "B", OTHERS })); 125 wfs.add(createWebFragmentDescripto [all...] |
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/stringifier/ |
H A D | StringifierRegistryIniterImpl.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 67 add( Iterator.class, IteratorStringifier.DEFAULT ); 68 add( Collection.class, CollectionStringifier.DEFAULT ); 69 add( Object.class, SmartStringifier.DEFAULT ); 71 add( java.security.Provider.class, ProviderStringifier.DEFAULT ); 77 add( Class theClass, Stringifier theStringifier ) method in class:StringifierRegistryIniterImpl 79 mRegistry.add( theClass, theStringifier );
|
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
|
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
|
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/ |
H A D | AppUtil.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 78 sniffersList.add(oneSniffer); 92 standalone.add("server"); 141 static public void manageAppTarget(String applicationName, String targetName, boolean add, String enabled, List clusterList, List standaloneList, HandlerContext handlerCtx){ argument 153 if (add){ 162 RestUtil.restRequest(endpoint, attrs, (add)? "POST" : "DELETE", handlerCtx, false); 183 sniffersHide.add("security"); 187 appResTypes.add("<JdbcResource>"); 188 appResTypes.add("<ConnectorResourc [all...] |
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ |
H A D | DeleteNodeSshCommand.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 74 list.add("AS_ADMIN_SSHPASSWORD=" + nodeUtils.sshL.expandPasswordAlias(remotepassword)); 77 list.add("AS_ADMIN_SSHKEYPASSPHRASE=" + nodeUtils.sshL.expandPasswordAlias(sshkeypassphrase)); 89 command.add("--sshport"); 90 command.add(map.getOne(NodeUtils.PARAM_REMOTEPORT)); 92 command.add("--sshuser"); 93 command.add(map.getOne(NodeUtils.PARAM_REMOTEUSER)); 98 command.add("--sshkeyfile"); 99 command.add(ke [all...] |
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/web/server/ |
H A D | WebContainerListener.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 79 beforeEvents.add(ContainerEvent.BEFORE_CONTEXT_INITIALIZED); 80 beforeEvents.add(ContainerEvent.BEFORE_CONTEXT_DESTROYED); 81 beforeEvents.add(ContainerEvent.BEFORE_CONTEXT_ATTRIBUTE_ADDED); 82 beforeEvents.add(ContainerEvent.BEFORE_CONTEXT_ATTRIBUTE_REMOVED); 83 beforeEvents.add(ContainerEvent.BEFORE_CONTEXT_ATTRIBUTE_REPLACED); 84 beforeEvents.add(ContainerEvent.BEFORE_REQUEST_INITIALIZED); 85 beforeEvents.add(ContainerEvent.BEFORE_REQUEST_DESTROYED); 86 beforeEvents.add(ContainerEven [all...] |
/glassfish-3.1.2/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/ |
H A D | ValidateMulticastCommand.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 92 argList.add(MulticastTester.PORT_OPTION); 93 argList.add(port); 96 argList.add(MulticastTester.ADDRESS_OPTION); 97 argList.add(address); 100 argList.add(MulticastTester.BIND_OPTION); 101 argList.add(bindInterface); 104 argList.add(MulticastTester.WAIT_PERIOD_OPTION); 105 argList.add(perio [all...] |
/glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/ |
H A D | PropertiesBagTest.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 94 properties.add(createProperty(empty,"")); 95 properties.add(createProperty(foo,"foovalue")); 96 properties.add(createProperty(bar,"barvalue")); 105 properties.add(createProperty(abc,"abcvalue")); 119 properties.add(createProperty("PortNumber","1527")); 120 properties.add(createProperty("Password","APP")); 121 properties.add(createProperty("User","APP")); 122 properties.add(createPropert [all...] |
H A D | DomainTest.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 60 add("en_US"); 61 add("en"); 62 add("de_DE"); 63 add("_GB"); 64 add("en_US_WIN"); 65 add("de__POSIX"); 66 add("fr__MAC");
|
/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/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/scope/ |
H A D | Nesting.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 88 public void add(String ident, Definition hidden) method in class:Nesting 90 idents.add(ident); 91 hiddenDefs.add(hidden);
|
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/ |
H A D | PEDomainXmlTokens.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 103 tokens.add(tv); 107 tokens.add(tv); 112 tokens.add(tv); 117 tokens.add(tv); 122 tokens.add(tv); 127 tokens.add(tv); 131 tokens.add(tv); 136 tokens.add(t [all...] |
/glassfish-3.1.2/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/ |
H A D | EarSniffer.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 92 result.add("META-INF/application.xml"); 93 result.add("META-INF/sun-application.xml"); 94 result.add("META-INF/glassfish-application.xml"); 95 result.add("META-INF/weblogic-application.xml");
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/constraint/ |
H A D | Constraint.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 101 stack.add(new ConstraintFieldName(name, desc)); 115 stack.add(new ConstraintFieldDesc(desc)); 132 stack.add(new ConstraintFieldDesc(desc, plan)); 136 stack.add(constraintDesc); 140 stack.add(new ConstraintForeignFieldName(name, desc)); 154 stack.add(new ConstraintOperation(operation)); 166 stack.add(new ConstraintValue(value, localField)); 175 stack.add(ne [all...] |