Package | Description |
---|---|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.netdata.enums |
Contains all constant definitions
|
de.esprit.netsuite.server.chreq |
Contains classes that make up the Dual-Port Servers request/response oriented data service
|
Modifier and Type | Method and Description |
---|---|
NetCommand |
NetResponse.getCommand() |
NetCommand |
NetRequest.getCommand()
Returns the request's command value.
|
Constructor and Description |
---|
NetRequest(NetCommand cmd) |
NetRequest(NetCommand cmd,
java.lang.Object arg) |
Modifier and Type | Method and Description |
---|---|
static NetCommand |
NetCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetCommand[] |
NetCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InvalidRequestException(NetCommand cmd) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.