|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ArmTransactionFactory in net.m2technologies.open_arm |
Methods in net.m2technologies.open_arm that return ArmTransactionFactory | |
ArmTransactionFactory |
OpenArmAgent.getTransactionFactory()
|
Uses of ArmTransactionFactory in net.m2technologies.open_arm.metric |
Uses of ArmTransactionFactory in net.m2technologies.open_arm.tranreport |
Classes in net.m2technologies.open_arm.tranreport that implement ArmTransactionFactory | |
class |
ArmTranReportFactoryImpl
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. |
Constructors in net.m2technologies.open_arm.tranreport with parameters of type ArmTransactionFactory | |
ArmTranReportImpl(ArmTransactionFactory creatingFactory)
|
|
ArmSystemAddressImpl(byte[] bytes,
ArmTransactionFactory creatingFactory,
short format,
ArmID id)
|
|
ArmApplicationRemoteImpl(ArmApplicationDefinition appDef,
java.lang.String[] contextValues,
java.lang.String group,
java.lang.String instance,
ArmTransactionFactory creatingFactory,
ArmSystemAddress systemAddress)
|
Uses of ArmTransactionFactory in net.m2technologies.open_arm.transaction |
Classes in net.m2technologies.open_arm.transaction that implement ArmTransactionFactory | |
class |
ArmTransactionFactoryImpl
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 ArmTransactionFactory | |
ArmTransactionFactory |
ArmInterfaceImpl.getCreatingFactory()
|
Methods in net.m2technologies.open_arm.transaction with parameters of type ArmTransactionFactory | |
ArmTransaction |
ArmTransactionDefinitionImpl.getTransaction(ArmTransactionFactory creatingFactory,
ArmApplication app,
java.lang.String[] contextValues)
|
ArmTranReport |
ArmTransactionDefinitionImpl.getTransactionReport(ArmTransactionFactory creatingFactory)
|
ArmTransactionDefinition |
ArmApplicationDefinitionImpl.getTransactionDefinition(java.lang.String uriValue,
ArmTransactionFactory creatingFactory)
|
ArmApplication |
ArmApplicationDefinitionImpl.getApplication(java.lang.String[] contextValues,
java.lang.String group,
java.lang.String instance,
ArmTransactionFactory creatingFactory)
|
ArmApplicationRemote |
ArmApplicationDefinitionImpl.getRemoteApplication(java.lang.String[] contextValues,
java.lang.String group,
java.lang.String instance,
ArmTransactionFactory creatingFactory,
ArmSystemAddress systemAddress)
|
Constructors in net.m2technologies.open_arm.transaction with parameters of type ArmTransactionFactory | |
UniqueObjectImpl(ArmID id,
ArmTransactionFactory creatingFactory)
|
|
ArmUserImpl(ArmID id,
java.lang.String userName,
ArmTransactionFactory creatingFactory)
|
|
ArmTransactionImpl(ArmTransactionFactory creatingFactory,
ArmTransactionDefinition transactionDefiniton,
ArmApplication app,
java.lang.String[] contextValues)
|
|
ArmTransactionDefinitionImpl(ArmID id,
ArmApplicationDefinition applicationDef,
java.lang.String uri,
ArmTransactionFactory creatingFactory)
|
|
ArmTokenImpl(byte[] bytes,
ArmTransactionFactory creatingFactory)
|
|
ArmTokenImpl(RandomGUID guid,
ArmTransactionFactory creatingFactory)
|
|
ArmInterfaceImpl(ArmTransactionFactory creatingFactory)
|
|
ArmIdImpl(ArmTransactionFactory creatingFactory)
|
|
ArmIdentityPropertiesTransactionImpl(java.util.Map identityProperties,
java.util.Map contextProperties,
java.lang.String uriValue,
ArmTransactionFactory creatingFactory)
|
|
ArmIdentityPropertiesImpl(java.util.Map identityProperties,
java.util.Map contextProperties,
ArmTransactionFactory creatingFactory)
|
|
ArmCorrelatorImpl(byte[] bytes,
ArmTransactionFactory creatingFactory)
|
|
ArmCorrelatorImpl(RandomGUID guid,
ArmTransactionFactory creatingFactory)
|
|
ArmApplicationImpl(ArmApplicationDefinition appDef,
java.lang.String[] contextValues,
java.lang.String group,
java.lang.String instance,
ArmTransactionFactory creatingFactory)
|
|
ArmApplicationDefinitionImpl(ArmID id,
ArmIdentityProperties identityProperties,
java.lang.String applicationName,
ArmTransactionFactory creatingFactory)
|
Uses of ArmTransactionFactory in net.m2technologies.open_arm.transport.transaction |
Methods in net.m2technologies.open_arm.transport.transaction that return ArmTransactionFactory | |
protected ArmTransactionFactory |
AbstractTransactionMediatorImpl.getCreatingFactory()
Invokes the method of the same name on the delegate instance of ArmTransaction that the constructor is given. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |