org.arm4.arm40.transaction

Class ArmIdentityPropertiesTransaction

public class ArmIdentityPropertiesTransaction extends ArmIdentityProperties implements ArmIdentityPropertiesTransaction

ArmIdentityProperties addresses a requirement to accept a set of string name=value pairs that extend the concept of application and transaction identity and context. An identity property's name and value are the same for all instances of an application or transaction. A context property's name is the same for all instances of an application or transaction, but a context property's value may vary for each instance and the values are defined in ArmApplication and ArmTransaction. ArmIdentityProperties is created with the newArmIdentityProperties() method of ArmTransactionFactory.

Version: $Revision$ $Date$

Author: dcarter

Field Summary
protected Stringm_uri
Constructor Summary
ArmIdentityPropertiesTransaction(String[] identity_names, String[] identity_values, String[] context_names, String uri, ArmFactory factory)
Create the ARM Identity Properties.
Method Summary
StringgetURIValue()
Returns the URI Value.

Field Detail

m_uri

protected String m_uri

Constructor Detail

ArmIdentityPropertiesTransaction

public ArmIdentityPropertiesTransaction(String[] identity_names, String[] identity_values, String[] context_names, String uri, ArmFactory factory)
Create the ARM Identity Properties.

Parameters: identity_names identity_values context_names uri factory

Method Detail

getURIValue

public String getURIValue()
Returns the URI Value.

Returns: