All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.transaction.NSupport

java.lang.Object
    |
    +----ORG.opengroup.axtp.PacketObjectSupport
            |
            +----ORG.opengroup.axtp.TransactionObjectSupport
                    |
                    +----ORG.opengroup.axtp.ExecutionObjectSupport
                            |
                            +----ORG.opengroup.axtp.transaction.NSupport

public class NSupport
extends ExecutionObjectSupport
implements N
A Negative acknowledgement (Nack) request.


Constructor Index

 o NSupport()

Method Index

 o getReason()
 o setReason(String)

Constructors

 o NSupport
public NSupport()

Methods

 o setReason
public void setReason(String reason)
 o getReason
public String getReason()

All Packages  Class Hierarchy  This Package  Previous  Next  Index