net.m2technologies.open_arm.transaction
Class ArmInterfaceImpl

java.lang.Object
  extended bynet.m2technologies.open_arm.transaction.ArmInterfaceImpl
All Implemented Interfaces:
ArmInterface
Direct Known Subclasses:
ArmApplicationImpl, ArmIdentityPropertiesImpl, ArmMetricFactoryImpl, ArmMetricGroupDefinitionImpl, ArmMetricGroupImpl, ArmMetricImpl, ArmTokenImpl, ArmTranReportImpl, ArmTransactionFactoryImpl, UniqueObjectImpl

public abstract class ArmInterfaceImpl
extends java.lang.Object
implements ArmInterface

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.

Description:

Version:
0.009
Author:
Mark Masterson

Field Summary
protected static int HASH_CODE_MAGIC_NUMBER
           
 
Constructor Summary
protected ArmInterfaceImpl(ArmTransactionFactory creatingFactory)
           
 
Method Summary
 ArmTransactionFactory getCreatingFactory()
           
 int getErrorCode()
           
 java.lang.String getErrorMessage(int errorCode)
           
 int setErrorCode(int errorCode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HASH_CODE_MAGIC_NUMBER

protected static final int HASH_CODE_MAGIC_NUMBER
See Also:
Constant Field Values
Constructor Detail

ArmInterfaceImpl

protected ArmInterfaceImpl(ArmTransactionFactory creatingFactory)
Method Detail

getErrorCode

public int getErrorCode()
Specified by:
getErrorCode in interface ArmInterface

setErrorCode

public int setErrorCode(int errorCode)
Specified by:
setErrorCode in interface ArmInterface

getErrorMessage

public java.lang.String getErrorMessage(int errorCode)
Specified by:
getErrorMessage in interface ArmInterface

getCreatingFactory

public ArmTransactionFactory getCreatingFactory()

toString

public java.lang.String toString()