org.opengroup.arm40.transaction
Interface ArmApplicationDefinition

All Superinterfaces:
ArmInterface
All Known Implementing Classes:
ArmApplicationDefinitionImpl

public interface ArmApplicationDefinition
extends ArmInterface


Method Summary
 void destroy()
           
 ArmID getID()
           
 ArmIdentityProperties getIdentityProperties()
           
 java.lang.String getName()
           
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Method Detail

destroy

public void destroy()

getName

public java.lang.String getName()

getIdentityProperties

public ArmIdentityProperties getIdentityProperties()

getID

public ArmID getID()