|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppId | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| org.marketcetera.util.ws.stateless | Infrastructure for stateless communication between client and server. |
| Uses of AppId in org.marketcetera.util.ws.stateful |
|---|
| Constructors in org.marketcetera.util.ws.stateful with parameters of type AppId | |
|---|---|
Client(AppId appId)
Creates a new client node with the default server host name and port, and the given client application ID. |
|
Client(String host,
int port,
AppId appId)
Creates a new client node with the given server host name, port, and client application ID. |
|
Client(String inHost,
int inPort,
AppId inAppId,
Class<?>... inContextClasses)
Create a new Client instance. |
|
| Uses of AppId in org.marketcetera.util.ws.stateless |
|---|
| Methods in org.marketcetera.util.ws.stateless that return AppId | |
|---|---|
AppId |
StatelessClientContext.getAppId()
Returns the receiver's application ID. |
AppId |
StatelessClient.getAppId()
Returns the receiver's application ID. |
| Methods in org.marketcetera.util.ws.stateless with parameters of type AppId | |
|---|---|
void |
StatelessClientContext.setAppId(AppId appId)
Sets the receiver's application ID to the given one. |
| Constructors in org.marketcetera.util.ws.stateless with parameters of type AppId | |
|---|---|
StatelessClient(AppId appId)
Creates a new client node with the default server host name and port, and the given client application ID. |
|
StatelessClient(String host,
int port,
AppId appId)
Creates a new client node with the given server host name, port, and client application ID. |
|
StatelessClient(String inHost,
int inPort,
AppId inAppId,
Class<?>... inContextClasses)
Create a new StatelessClient instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||