Searched refs:modules (Results 1 - 25 of 132) sorted by relevance

123456

/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/
H A DConsistency.java44 import org.netbeans.modules.schema2beans.*;
50 public class Consistency extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
267 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
272 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
275 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
281 throw new org.netbeans.modules.schema2beans.ValidateException("mutually exclusive properties: None and CheckModifiedAtCommit", org.netbeans.modules.schema2beans.ValidateException.FailureType.MUTUALLY_EXCLUSIVE, "CheckModifiedAtCommit", this); // NOI18N
284 throw new org.netbeans.modules
[all...]
H A DFetchedWith.java44 import org.netbeans.modules.schema2beans.*;
50 public class FetchedWith extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
170 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
175 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
178 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
184 throw new org.netbeans.modules.schema2beans.ValidateException("mutually exclusive properties: Default and Level", org.netbeans.modules.schema2beans.ValidateException.FailureType.MUTUALLY_EXCLUSIVE, "Level", this); // NOI18N
187 throw new org.netbeans.modules
[all...]
H A DCheckVersionOfAccessedInstances.java44 import org.netbeans.modules.schema2beans.*;
50 public class CheckVersionOfAccessedInstances extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
119 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
124 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
127 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
132 throw new org.netbeans.modules.schema2beans.ValidateException("sizeColumnName() == 0", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "columnName", this); // NOI18N
140 org.netbeans.modules
[all...]
H A DColumnPair.java44 import org.netbeans.modules.schema2beans.*;
50 public class ColumnPair extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
119 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
124 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
127 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
132 throw new org.netbeans.modules.schema2beans.ValidateException("sizeColumnName() == 0", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "columnName", this); // NOI18N
140 org.netbeans.modules
[all...]
H A DSecondaryTable.java44 import org.netbeans.modules.schema2beans.*;
50 public class SecondaryTable extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
142 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
147 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
150 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
155 throw new org.netbeans.modules.schema2beans.ValidateException("getTableName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "tableName", this); // NOI18N
159 throw new org.netbeans.modules
[all...]
H A DSunCmpMapping.java44 import org.netbeans.modules.schema2beans.*;
50 public class SunCmpMapping extends org.netbeans.modules.schema2beans.BaseBean
54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
142 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
147 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
150 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
155 throw new org.netbeans.modules.schema2beans.ValidateException("getSchema() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "schema", this); // NOI18N
159 throw new org.netbeans.modules
[all...]
H A DSunCmpMappings.java104 import org.netbeans.modules.schema2beans.*;
111 public class SunCmpMappings extends org.netbeans.modules.schema2beans.BaseBean
115 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
119 public SunCmpMappings() throws org.netbeans.modules.schema2beans.Schema2BeansException {
123 public SunCmpMappings(org.w3c.dom.Node doc, int options) throws org.netbeans.modules.schema2beans.Schema2BeansException {
221 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
226 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
233 public static SunCmpMappings createGraph(org.w3c.dom.Node doc) throws org.netbeans.modules.schema2beans.Schema2BeansException {
237 public static SunCmpMappings createGraph(java.io.File f) throws org.netbeans.modules
[all...]
H A DCmrFieldMapping.java44 import org.netbeans.modules.schema2beans.*;
50 public class CmrFieldMapping extends org.netbeans.modules.schema2beans.BaseBean
55 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
166 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
171 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
174 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
179 throw new org.netbeans.modules.schema2beans.ValidateException("getCmrFieldName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "cmrFieldName", this); // NOI18N
183 throw new org.netbeans.modules
[all...]
H A DCmpFieldMapping.java44 import org.netbeans.modules.schema2beans.*;
50 public class CmpFieldMapping extends org.netbeans.modules.schema2beans.BaseBean
55 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0);
176 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
181 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
184 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
189 throw new org.netbeans.modules.schema2beans.ValidateException("getFieldName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "fieldName", this); // NOI18N
193 throw new org.netbeans.modules
[all...]
/glassfish-3.1.2/webservices/jsr109-impl/src/main/resources/
H A Dschemagen44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dxjc44 AS_INSTALL_LIB=$AS_INSTALL/modules
/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/
H A DModulesTest.java61 Collection<? extends ApplicationName> modules = null; field in class:ModulesTest
67 modules = apps.getModules();
68 assertTrue(modules!=null);
74 for (ApplicationName module : modules) {
H A DCollectionsAccessTest.java82 List<ApplicationName> modules = apps.getModules();
84 modules.add(m); // should throw an exception
96 List<ApplicationName> modules = param.getModules();
100 modules.add(m);
101 modules.remove(m);
/glassfish-3.1.2/webservices/webservices-scripts/src/main/resources/glassfish/bin/
H A Dschemagen44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dwsimport44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dxjc44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dwsdeploy44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dwsgen44 AS_INSTALL_LIB=$AS_INSTALL/modules
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/
H A DDeploymentElement.java104 public static boolean hasEJBModule(Set<DeploymentElement> modules) { argument
105 for (DeploymentElement module : modules) {
113 public static boolean hasWar(Set<DeploymentElement> modules) { argument
114 for (DeploymentElement module : modules) {
122 public static DeploymentElement getWar(Set<DeploymentElement> modules) { argument
123 for (DeploymentElement module : modules) {
131 public static boolean hasLibrary(Set<DeploymentElement> modules) { argument
132 for (DeploymentElement module : modules) {
140 public static int countEJBModules(Set<DeploymentElement> modules) { argument
142 for (DeploymentElement module : modules) {
156 getOrCreateApplication(Set<DeploymentElement> modules, String appName) argument
[all...]
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/
H A DProperty.java48 import org.netbeans.modules.schema2beans.*;
52 public class Property extends org.netbeans.modules.schema2beans.BaseBean {
64 super(comparators, new org.netbeans.modules.schema2beans.Version(1, 2, 0));
108 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
113 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) {
117 public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
121 throw new org.netbeans.modules.schema2beans.ValidateException("getName() == null", "name", this); // NOI18N
125 throw new org.netbeans.modules.schema2beans.ValidateException("getValue() == null", "value", this); // NOI18N
137 org.netbeans.modules.schema2beans.BaseBean n;
/glassfish-3.1.2/extras/grizzly-container/src/main/java/org/glassfish/extras/grizzly/
H A DGrizzlyApp.java61 final Collection<Adapter> modules; field in class:GrizzlyApp
74 this.modules = adapters;
84 for (Adapter module : modules) {
92 for (Adapter module : modules) {
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/
H A DMbeansSourceMBean.java59 package org.apache.tomcat.util.modeler.modules;
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/
H A DInputParamValue.java49 import org.netbeans.modules.dbschema.ColumnElement;
/glassfish-3.1.2/verifier/verifier-scripts/src/main/resources/glassfish/bin/
H A Dverifier43 AS_INSTALL_MODULES=$AS_INSTALL/modules
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/
H A DMappingTableElement.java51 import org.netbeans.modules.dbschema.TableElement;
52 import org.netbeans.modules.dbschema.ColumnElement;

Completed in 45 milliseconds

123456