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

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

Uses of ArmUser in net.m2technologies.open_arm.tranreport
 

Methods in net.m2technologies.open_arm.tranreport that return ArmUser
 ArmUser ArmTranReportImpl.getUser()
           
 

Methods in net.m2technologies.open_arm.tranreport with parameters of type ArmUser
 int ArmTranReportImpl.setUser(ArmUser user)
           
 

Uses of ArmUser in net.m2technologies.open_arm.transaction
 

Classes in net.m2technologies.open_arm.transaction that implement ArmUser
 class ArmUserImpl
          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 ArmUser
 ArmUser ArmTransactionImpl.getUser()
           
 ArmUser ArmTransactionFactoryImpl.newArmUser(java.lang.String name, ArmID id)
           
 

Methods in net.m2technologies.open_arm.transaction with parameters of type ArmUser
 int ArmTransactionImpl.setUser(ArmUser user)
           
 

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

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

Methods in net.m2technologies.open_arm.transport.transaction with parameters of type ArmUser
 int AbstractTransactionMediatorImpl.setUser(ArmUser user)
          Invokes the method of the same name on the delegate instance of ArmTransaction that the constructor is given.
 

Uses of ArmUser in org.opengroup.arm40.tranreport
 

Methods in org.opengroup.arm40.tranreport that return ArmUser
 ArmUser ArmTranReport.getUser()
           
 

Methods in org.opengroup.arm40.tranreport with parameters of type ArmUser
 int ArmTranReport.setUser(ArmUser user)
           
 

Uses of ArmUser in org.opengroup.arm40.transaction
 

Methods in org.opengroup.arm40.transaction that return ArmUser
 ArmUser ArmTransactionFactory.newArmUser(java.lang.String name, ArmID id)
           
 ArmUser ArmTransaction.getUser()
           
 

Methods in org.opengroup.arm40.transaction with parameters of type ArmUser
 int ArmTransaction.setUser(ArmUser user)