Searched defs:EMBEDDED (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DRuntimeType.java68 EMBEDDED, enum constant in enum:RuntimeType
88 return this == EMBEDDED;
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/
H A DJmsProviderLifecycle.java76 public static final String EMBEDDED="EMBEDDED"; field in class:JmsProviderLifecycle
146 if (EMBEDDED.equals(integrationMode) && (!lazyInit))
H A DMQAddressList.java133 //setup for LOCAL/EMBEDDED clusters.
407 //For LOCAL or EMBEDDED standalone server instances, we need to resolve
409 logFine("LOCAL/EMBEDDED Standalone server instance");
432 * For LOCAL/EMBEDDED clusters the MQ broker corresponding
569 // For LOCAL/EMBEDDED Clustered instances and
629 // if (JMSServiceType.LOCAL.toString().equals(jmsService.getType()) || JMSServiceType.EMBEDDED.toString().equals(jmsService.getType())) {
695 if (JMSServiceType.LOCAL.toString().equals(jmsService.getType()) || JMSServiceType.EMBEDDED.toString().equals(jmsService.getType())) {
753 EMBEDDED enum constant in enum:MQAddressList.JMSServiceType
H A DActiveJmsResourceAdapter.java220 public static final String EMBEDDED="EMBEDDED"; field in class:ActiveJmsResourceAdapter
379 * in the case of PE LOCAL/EMBEDDED before setting the properties
409 || brokerType.equals(ActiveJmsResourceAdapter.EMBEDDED)
503 * So for AS EE, if BrokerType is LOCAL or EMBEDDED,
544 * So for AS EE, if BrokerType is LOCAL or EMBEDDED,
791 //EMBEDDED/LOCAL goto jms-service, get defaultjmshost info and set
794 //EMBEDDED/LOCAL get this instance and cluster name, search for a
949 //For LOCAL and EMBEDDED, we pass in the admin pass file path
980 if (! isClustered() && brokerType.equals(EMBEDDED)) {
[all...]
/glassfish-3.1.2/jms/admin/src/main/java/org/glassfish/jms/admin/cli/
H A DConfigureJMSCluster.java90 final private static String EMBEDDED = "embedded"; field in class:ConfigureJMSCluster
210 "JMS integration mode should be either EMBEDDED or LOCAL to run this command. Please use the asadmin.set command to change the integration mode"));
214 if(EMBEDDED.equalsIgnoreCase(integrationMode) && ENHANCED.equalsIgnoreCase(clusterType)) {
216 "EMBEDDED JMS integration mode is not supported for Enhanced clusters. Please use the asadmin.set command to change the JMS integration mode"));

Completed in 19 milliseconds