Searched refs:ActivationSpec (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DActivationSpec.java44 * This interface serves as a marker. An instance of an ActivationSpec must be a
51 public interface ActivationSpec extends ResourceAdapterAssociation { interface in inherits:ResourceAdapterAssociation
H A DResourceAdapter.java45 import javax.resource.spi.ActivationSpec;
121 ActivationSpec spec) throws ResourceException;
138 ActivationSpec spec);
142 * This method takes in an array of <code>ActivationSpec</code> JavaBeans
156 * @param specs an array of <code>ActivationSpec</code> JavaBeans each of
166 XAResource[] getXAResources(ActivationSpec[] specs)
/glassfish-3.1.2/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/
H A DMessageEndpointFactoryInfo.java43 import javax.resource.spi.ActivationSpec;
47 * An instance of this class keeps <code> ActivationSpec <code>
57 private final ActivationSpec as_;
61 * @param as <code>ActivationSpec</code>
63 MessageEndpointFactoryInfo(MessageEndpointFactory fac, ActivationSpec as) {
76 * @return <code>ActivationSpec</code> object.
78 public ActivationSpec getActivationSpec() {
H A DActiveInboundResourceAdapter.java48 import javax.resource.spi.ActivationSpec;
92 public void validateActivationSpec(ActivationSpec spec);
H A DInboundRecoveryHandler.java70 import javax.resource.spi.ActivationSpec;
178 // activationSpecList represents the ActivationSpec[] that would be
180 ArrayList<ActivationSpec> activationSpecList = new ArrayList<ActivationSpec>();
202 // start resource adapter and get ActivationSpec class for
205 ActivationSpec aspec = (ActivationSpec) (Class.forName(
211 // Populate ActivationSpec class with ActivationConfig properties
226 ActivationSpec[] activationSpecArray = activationSpecList.toArray(new ActivationSpec[activationSpecLis
[all...]
H A DActiveInboundResourceAdapterImpl.java52 import javax.resource.spi.ActivationSpec;
149 public void validateActivationSpec(ActivationSpec spec) {
H A DConnectorMessageBeanClient.java63 import javax.resource.spi.ActivationSpec;
135 * <code>ActivationSpec</code> javabean and does endpointfactory
213 ActivationSpec activationSpec = getActivationSpec(aira, activationSpecClassName);
241 private ActivationSpec getActivationSpec(ActiveInboundResourceAdapter aira, String activationSpecClassName)
253 ActivationSpec activationSpec =
254 (ActivationSpec) aClass.newInstance();
/glassfish-3.1.2/tests/embedded/scatteredarchive/src/main/java/org/glassfish/tests/embedded/scatteredarchive/
H A DScatteredArchiveTestRA.java44 import javax.resource.spi.ActivationSpec;
70 ActivationSpec activationSpec) throws ResourceException {
75 ActivationSpec activationSpec) {
79 public XAResource[] getXAResources(ActivationSpec[] activationSpecs)
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DResourceAdapterImpl.java48 import javax.resource.spi.ActivationSpec;
98 * @param as <code>ActivationSpec</code>
102 public void endpointActivation(MessageEndpointFactory mef, ActivationSpec as) throws NotSupportedException {
110 * @param as <code>ActivationSpec</code>
112 public void endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as) {
120 * @param specs <code>ActivationSpec</code> array
124 public XAResource[] getXAResources(ActivationSpec[] specs) throws NotSupportedException {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/deployment/annotation/handlers/
H A DConfigPropertyHandler.java252 } else if ((ActivationSpec.class.isAssignableFrom(declaringClass) &&
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/
H A DActiveJmsResourceAdapter.java1027 public void validateActivationSpec(ActivationSpec spec) {
1853 * 2. The ActivationSpec of the default JMS RA will provide the
1856 * property for the ActivationSpec.
1857 * 4. The ActivationSpec provides setter methods for the properties
2001 //Set SE/EE specific MQ-RA ActivationSpec properties
2033 * Set SE/EE specific MQ-RA ActivationSpec properties

Completed in 53 milliseconds