|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.debug.core.adwp.ADWPCommand
public class ADWPCommand
A command part of the ADWP protocol.
Constructor Summary | |
---|---|
ADWPCommand(int code,
int ack,
java.util.List<Value> args)
Creates a new command. |
Method Summary | |
---|---|
int |
getAck()
|
java.util.List<Value> |
getArgs()
|
int |
getCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ADWPCommand(int code, int ack, java.util.List<Value> args)
code
- the command codeack
- the command ackargs
- the Value
arguments of the commandMethod Detail |
---|
public int getCode()
public int getAck()
public java.util.List<Value> getArgs()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |