Uses of Interface
org.opengroup.arm40.transaction.ArmApplication

Packages that use ArmApplication
net.m2technologies.open_arm.metric   
net.m2technologies.open_arm.tranreport   
net.m2technologies.open_arm.transaction   
net.m2technologies.open_arm.transport.transaction   
org.opengroup.arm40.metric   
org.opengroup.arm40.tranreport   
org.opengroup.arm40.transaction   
 

Uses of ArmApplication in net.m2technologies.open_arm.metric
 

Methods in net.m2technologies.open_arm.metric that return ArmApplication
 ArmApplication ArmTranReportWithMetricsImpl.getApplication()
           
 

Methods in net.m2technologies.open_arm.metric with parameters of type ArmApplication
 ArmTranReportWithMetrics ArmMetricFactoryImpl.newArmTranReportWithMetrics(ArmApplication app, ArmTransactionWithMetricsDefinition definition, ArmMetricGroup group)
           
 ArmTransactionWithMetrics ArmMetricFactoryImpl.newArmTransactionWithMetrics(ArmApplication app, ArmTransactionWithMetricsDefinition definition, ArmMetricGroup group)
           
 

Constructors in net.m2technologies.open_arm.metric with parameters of type ArmApplication
ArmTransactionWithMetricsImpl(ArmTransactionFactory creatingFactory, ArmTransactionDefinition transactionDefiniton, ArmApplication app, java.lang.String[] contextValues)
           
 

Uses of ArmApplication in net.m2technologies.open_arm.tranreport
 

Classes in net.m2technologies.open_arm.tranreport that implement ArmApplication
 class ArmApplicationRemoteImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 

Methods in net.m2technologies.open_arm.tranreport that return ArmApplication
 ArmApplication ArmTranReportImpl.getApplication()
           
 

Methods in net.m2technologies.open_arm.tranreport with parameters of type ArmApplication
 ArmTranReport ArmTranReportFactoryImpl.newArmTranReport(ArmApplication app, ArmTransactionDefinition definition)
           
 

Uses of ArmApplication in net.m2technologies.open_arm.transaction
 

Classes in net.m2technologies.open_arm.transaction that implement ArmApplication
 class ArmApplicationImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 

Methods in net.m2technologies.open_arm.transaction that return ArmApplication
 ArmApplication ArmTransactionImpl.getApplication()
          Each transaction gets initialized with an instance of the ArmApplication within whose context the transaction is running.
 ArmApplication ArmTransactionFactoryImpl.newArmApplication(ArmApplicationDefinition definition, java.lang.String group, java.lang.String instance, java.lang.String[] contextValues)
           
 ArmApplication ArmApplicationDefinitionImpl.getApplication(java.lang.String[] contextValues, java.lang.String group, java.lang.String instance, ArmTransactionFactory creatingFactory)
           
 

Methods in net.m2technologies.open_arm.transaction with parameters of type ArmApplication
 ArmTransaction ArmTransactionFactoryImpl.newArmTransaction(ArmApplication app, ArmTransactionDefinition definition)
           
 ArmTransaction ArmTransactionDefinitionImpl.getTransaction(ArmTransactionFactory creatingFactory, ArmApplication app, java.lang.String[] contextValues)
           
 

Constructors in net.m2technologies.open_arm.transaction with parameters of type ArmApplication
ArmTransactionImpl(ArmTransactionFactory creatingFactory, ArmTransactionDefinition transactionDefiniton, ArmApplication app, java.lang.String[] contextValues)
           
 

Uses of ArmApplication in net.m2technologies.open_arm.transport.transaction
 

Methods in net.m2technologies.open_arm.transport.transaction that return ArmApplication
 ArmApplication AbstractTransactionMediatorImpl.getApplication()
          Invokes the method of the same name on the delegate instance of ArmTransaction that the constructor is given.
 

Uses of ArmApplication in org.opengroup.arm40.metric
 

Methods in org.opengroup.arm40.metric that return ArmApplication
 ArmApplication ArmTranReportWithMetrics.getApplication()
           
 

Methods in org.opengroup.arm40.metric with parameters of type ArmApplication
 ArmTranReportWithMetrics ArmMetricFactory.newArmTranReportWithMetrics(ArmApplication app, ArmTransactionWithMetricsDefinition definition, ArmMetricGroup group)
           
 ArmTransactionWithMetrics ArmMetricFactory.newArmTransactionWithMetrics(ArmApplication app, ArmTransactionWithMetricsDefinition definition, ArmMetricGroup group)
           
 

Uses of ArmApplication in org.opengroup.arm40.tranreport
 

Subinterfaces of ArmApplication in org.opengroup.arm40.tranreport
 interface ArmApplicationRemote
           
 

Methods in org.opengroup.arm40.tranreport that return ArmApplication
 ArmApplication ArmTranReport.getApplication()
           
 

Methods in org.opengroup.arm40.tranreport with parameters of type ArmApplication
 ArmTranReport ArmTranReportFactory.newArmTranReport(ArmApplication app, ArmTransactionDefinition definition)
           
 

Uses of ArmApplication in org.opengroup.arm40.transaction
 

Methods in org.opengroup.arm40.transaction that return ArmApplication
 ArmApplication ArmTransactionFactory.newArmApplication(ArmApplicationDefinition definition, java.lang.String group, java.lang.String instance, java.lang.String[] contextValues)
           
 ArmApplication ArmTransaction.getApplication()
           
 

Methods in org.opengroup.arm40.transaction with parameters of type ArmApplication
 ArmTransaction ArmTransactionFactory.newArmTransaction(ArmApplication app, ArmTransactionDefinition definition)