Searched refs:table (Results 1 - 25 of 168) sorted by relevance

1234567

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/model/
H A DReferenceKeyDesc.java62 private TableDesc table; field in class:ReferenceKeyDesc
64 public ReferenceKeyDesc(TableDesc table, argument
69 this.table = table;
81 return table;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DPersistenceUnitNode.java97 * This returns the dispatch table for this node.
100 * from javaee_5.xsd, we don't use super classes' dispatch table.
112 * from javaee_5.xsd, we don't use super classes' dispatch table.
118 // interested in any of super classes' disptcah table entries.
119 Map<String, String> table = new HashMap<String, String>();
123 table.put(PersistenceTagNames.NAME, "setName");
124 table.put(PersistenceTagNames.TRANSACTION_TYPE, "setTransactionType");
125 table.put(PersistenceTagNames.DESCRIPTION, "setDescription");
126 table.put(PersistenceTagNames.PROVIDER, "setProvider");
127 table
[all...]
H A DMessageDestinationNode.java59 * all sub-implementation of this class can use a dispatch table to
66 Map table = super.getDispatchTable();
67 table.put(TagNames.MESSAGE_DESTINATION_NAME, "setName");
68 table.put(TagNames.MAPPED_NAME, "setMappedName");
69 table.put(TagNames.LOOKUP_NAME, "setLookupName");
70 return table;
H A DDataSourceDefinitionNode.java62 Map table = super.getDispatchTable();
64 table.put(TagNames.DATA_SOURCE_DESCRIPTION, "setDescription");
65 table.put(TagNames.DATA_SOURCE_NAME, "setName");
66 table.put(TagNames.DATA_SOURCE_CLASS_NAME, "setClassName");
67 table.put(TagNames.DATA_SOURCE_SERVER_NAME, "setServerName");
68 table.put(TagNames.DATA_SOURCE_PORT_NUMBER, "setPortNumber");
69 table.put(TagNames.DATA_SOURCE_DATABASE_NAME, "setDatabaseName");
70 table.put(TagNames.DATA_SOURCE_URL, "setUrl");
71 table.put(TagNames.DATA_SOURCE_USER, "setUser");
72 table
[all...]
H A DInjectionTargetNode.java67 * all sub-implementation of this class can use a dispatch table to map xml element to
73 Map table = super.getDispatchTable();
74 table.put(TagNames.INJECTION_TARGET_CLASS,
76 table.put(TagNames.INJECTION_TARGET_NAME,
78 return table;
H A DEjbReferenceNode.java81 * all sub-implementation of this class can use a dispatch table to map xml element to
87 Map table = super.getDispatchTable();
88 table.put(EjbTagNames.EJB_REFERENCE_NAME, "setName");
89 table.put(EjbTagNames.EJB_REFERENCE_TYPE, "setType");
90 table.put(EjbTagNames.HOME, "setEjbHomeInterface");
91 table.put(EjbTagNames.REMOTE, "setEjbInterface");
92 table.put(EjbTagNames.LOCAL_HOME, "setEjbHomeInterface");
93 table.put(EjbTagNames.LOCAL, "setEjbInterface");
94 table.put(EjbTagNames.EJB_LINK, "setLinkName");
95 table
[all...]
H A DMessageDestinationRefNode.java66 * all sub-implementation of this class can use a dispatch table to
73 Map table = super.getDispatchTable();
74 table.put(TagNames.MESSAGE_DESTINATION_REFERENCE_NAME, "setName");
75 table.put(TagNames.MESSAGE_DESTINATION_TYPE, "setDestinationType");
76 table.put(TagNames.MESSAGE_DESTINATION_USAGE, "setUsage");
77 table.put(TagNames.MESSAGE_DESTINATION_LINK,
79 table.put(TagNames.MAPPED_NAME, "setMappedName");
80 table.put(TagNames.LOOKUP_NAME, "setLookupName");
82 return table;
H A DResourceRefNode.java65 * all sub-implementation of this class can use a dispatch table to map xml element to
72 Map table = super.getDispatchTable();
73 table.put(EjbTagNames.RESOURCE_REFERENCE_NAME, "setName");
74 table.put(EjbTagNames.RESOURCE_TYPE, "setType");
75 table.put(EjbTagNames.RESOURCE_AUTHORIZATION, "setAuthorization");
76 table.put(EjbTagNames.RESOURCE_SHARING_SCOPE, "setSharingScope");
77 table.put(TagNames.MAPPED_NAME, "setMappedName");
78 table.put(TagNames.LOOKUP_NAME, "setLookupName");
79 return table;
H A DResourceEnvRefNode.java67 * all sub-implementation of this class can use a dispatch table to map xml element to
73 Map table = super.getDispatchTable();
74 table.put(TagNames.RESOURCE_ENV_REFERENCE_NAME, "setName");
75 table.put(TagNames.RESOURCE_ENV_REFERENCE_TYPE, "setRefType");
76 table.put(TagNames.MAPPED_NAME, "setMappedName");
77 table.put(TagNames.LOOKUP_NAME, "setLookupName");
78 return table;
H A DEnvEntryNode.java68 * all sub-implementation of this class can use a dispatch table to map xml element to
74 Map table = super.getDispatchTable();
75 table.put(TagNames.ENVIRONMENT_PROPERTY_NAME, "setName");
76 table.put(TagNames.ENVIRONMENT_PROPERTY_VALUE, "setValue");
77 table.put(TagNames.ENVIRONMENT_PROPERTY_TYPE, "setType");
78 table.put(TagNames.MAPPED_NAME, "setMappedName");
79 table.put(TagNames.LOOKUP_NAME, "setLookupName");
80 return table;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/
H A DIORConfigurationNode.java74 * all sub-implementation of this class can use a dispatch table to map xml element to
80 Map table = super.getDispatchTable();
83 table.put(RuntimeTagNames.INTEGRITY, "setIntegrity");
84 table.put(RuntimeTagNames.CONFIDENTIALITY, "setConfidentiality");
85 table.put(RuntimeTagNames.ESTABLISH_TRUST_IN_TARGET, "setEstablishTrustInTarget");
86 table.put(RuntimeTagNames.ESTABLISH_TRUST_IN_CLIENT, "setEstablishTrustInClient");
89 table.put(RuntimeTagNames.AUTH_METHOD, "setAuthenticationMethod");
90 table.put(RuntimeTagNames.REALM, "setRealmName");
91 table.put(RuntimeTagNames.REQUIRED, "setAuthMethodRequired");
94 table
[all...]
H A DPMDescriptorNode.java60 * all sub-implementation of this class can use a dispatch table to map xml element to
66 Map table = new HashMap();
67 table.put(RuntimeTagNames.PM_IDENTIFIER, "setPersistenceManagerIdentifier");
68 table.put(RuntimeTagNames.PM_VERSION, "setPersistenceManagerVersion");
69 table.put(RuntimeTagNames.PM_CONFIG, "setPersistenceManagerConfig");
70 table.put(RuntimeTagNames.PM_CLASS_GENERATOR, "setPersistenceManagerClassGenerator");
71 table.put(RuntimeTagNames.PM_MAPPING_FACTORY, "setPersistenceManagerMappingFactory");
72 return table;
H A DPMInUseNode.java60 * all sub-implementation of this class can use a dispatch table to map xml element to
66 Map table = new HashMap();
67 table.put(RuntimeTagNames.PM_IDENTIFIER, "set_pm_identifier");
68 table.put(RuntimeTagNames.PM_VERSION, "set_pm_version");
69 return table;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ejb/
H A DInterfaceBasedEjbNode.java69 * all sub-implementation of this class can use a dispatch table to map xml element to
76 Map table = super.getDispatchTable();
77 table.put(EjbTagNames.HOME, "setHomeClassName");
78 table.put(EjbTagNames.REMOTE, "setRemoteClassName");
79 table.put(EjbTagNames.LOCAL_HOME, "setLocalHomeClassName");
80 table.put(EjbTagNames.LOCAL, "setLocalClassName");
81 table.put(EjbTagNames.BUSINESS_LOCAL, "addLocalBusinessClassName");
82 table.put(EjbTagNames.BUSINESS_REMOTE, "addRemoteBusinessClassName");
83 table.put(EjbTagNames.SERVICE_ENDPOINT_INTERFACE,
85 return table;
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/common/
H A DDefaultResourcePrincipalNode.java59 * all sub-implementation of this class can use a dispatch table to map xml element to
65 Map table = super.getDispatchTable();
66 table.put(RuntimeTagNames.NAME, "setName");
67 table.put(RuntimeTagNames.PASSWORD, "setPassword");
68 return table;
H A DEjbRefNode.java59 * all sub-implementation of this class can use a dispatch table to map xml element to
65 Map table = super.getDispatchTable();
66 table.put(RuntimeTagNames.EJB_REF_NAME, "setEjbRefName");
67 table.put(RuntimeTagNames.JNDI_NAME, "setJndiName");
68 return table;
H A DResourceEnvRefNode.java59 * all sub-implementation of this class can use a dispatch table to map xml element to
65 Map table = super.getDispatchTable();
66 table.put(RuntimeTagNames.RESOURCE_ENV_REF_NAME, "setResourceEnvRefName");
67 table.put(RuntimeTagNames.JNDI_NAME, "setJndiName");
68 return table;
H A DWLEjbReferenceDescriptionNode.java58 * all sub-implementation of this class can use a dispatch table to map xml element to
64 Map table = super.getDispatchTable();
65 table.put(RuntimeTagNames.EJB_REF_NAME, "setEjbRefName");
66 table.put(RuntimeTagNames.JNDI_NAME, "setJndiName");
67 return table;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/web/
H A DInitParamNode.java59 * all sub-implementation of this class can use a dispatch table to map xml element to
65 Map table = super.getDispatchTable();
66 table.put(WebTagNames.PARAM_NAME, "setName");
67 table.put(WebTagNames.PARAM_VALUE, "setValue");
68 return table;
H A DLocaleEncodingMappingNode.java55 * all sub-implementation of this class can use a dispatch table to map xml element to
61 Map table = super.getDispatchTable();
62 table.put(WebTagNames.LOCALE, "setLocale");
63 table.put(WebTagNames.ENCODING, "setEncoding");
64 return table;
H A DMimeMappingNode.java60 * all sub-implementation of this class can use a dispatch table to map xml element to
66 Map table = new HashMap();
67 table.put(WebTagNames.EXTENSION, "setExtension");
68 table.put(WebTagNames.MIME_TYPE, "setMimeType");
69 return table;
H A DTagLibNode.java58 * all sub-implementation of this class can use a dispatch table to map xml element to
64 Map table = super.getDispatchTable();
65 table.put(WebTagNames.TAGLIB_URI, "setTagLibURI");
66 table.put(WebTagNames.TAGLIB_LOCATION, "setTagLibLocation");
67 return table;
H A DLoginConfigNode.java65 * all sub-implementation of this class can use a dispatch table to map xml element to
71 Map table = super.getDispatchTable();
72 table.put(WebTagNames.AUTH_METHOD, "setAuthenticationMethod");
73 table.put(WebTagNames.REALM_NAME, "setRealmName");
74 table.put(WebTagNames.FORM_LOGIN_PAGE, "setFormLoginPage");
75 table.put(WebTagNames.FORM_ERROR_PAGE, "setFormErrorPage");
76 return table;
H A DJspGroupNode.java67 * all sub-implementation of this class can use a dispatch table to map
75 Map table = super.getDispatchTable();
76 table.put(WebTagNames.URL_PATTERN, "addUrlPattern");
77 table.put(TagNames.NAME, "setDisplayName");
78 table.put(WebTagNames.EL_IGNORED, "setElIgnored");
79 table.put(WebTagNames.PAGE_ENCODING, "setPageEncoding");
80 table.put(WebTagNames.SCRIPTING_INVALID, "setScriptingInvalid");
81 table.put(WebTagNames.INCLUDE_PRELUDE, "addIncludePrelude");
82 table.put(WebTagNames.INCLUDE_CODA, "addIncludeCoda");
83 table
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ws/
H A DReliabilityConfigNode.java77 Map table = super.getDispatchTable();
78 table.put(WLWebServicesTagNames.INACTIVITY_TIMEOUT, "setInactivityTimeout");
79 table.put(WLWebServicesTagNames.BASE_RETRANSMISSION_INTERVAL, "setBaseRetransmissionInterval");
80 table.put(WLWebServicesTagNames.RETRANSMISSION_EXPONENTIAL_BACKOFF, "setRetransmissionExponentialBackoff");
81 table.put(WLWebServicesTagNames.ACKNOWLEDGEMENT_INTERVAL, "setAcknowledgementInterval");
82 table.put(WLWebServicesTagNames.SEQUENCE_EXPIRATION, "setSequenceExpiration");
83 table.put(WLWebServicesTagNames.BUFFER_RETRY_COUNT, "setBufferRetryCount");
84 table.put(WLWebServicesTagNames.BUFFER_RETRY_DELAY, "setBufferRetryDelay");
85 return table;

Completed in 80 milliseconds

1234567