|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cassinidivision.core.appserver.InterAppComms
Utilities for sending HTTP requests to WebObject application instances. Intended for internal OCE use only.
| Constructor Summary | |
InterAppComms()
|
|
| Method Summary | |
static void |
hitAllUrls(NSArray array)
Transmit a group of URL requests, discarding the results. |
static void |
sendURLTo(String toSend,
String appName,
NSArray instanceNumbers)
Transmit an HTTP request with the details provided to a WebObjects application instance running on the current host (localhost). |
static void |
sendURLTo(String toSend,
String appName,
NSArray instanceNumbers,
String host,
String adaptorPrefix)
Transmit an HTTP request with the details provided to a remote WebObjects application instance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InterAppComms()
| Method Detail |
public static void sendURLTo(String toSend,
String appName,
NSArray instanceNumbers,
String host,
String adaptorPrefix)
throws IOException
toSend - Relative direct action/session URL details for remote woa instance.appName - Name of remote woa instance.instanceNumbers - Array of woa instance numbers (String instances).host - Remote host/IP details.adaptorPrefix - Relative path to WebObjects adaptor on remote host.
IOException
public static void sendURLTo(String toSend,
String appName,
NSArray instanceNumbers)
throws IOException
The WebObjects adaptor relative URL is assumed to be "/cgi-bin/WebObjects".
toSend - Relative direct action/session URL details for remote woa instance.appName - Name of remote woa instance.instanceNumbers - Array of woa instance numbers (String instances).
IOException
public static void hitAllUrls(NSArray array)
throws IOException
array - NSArray of String instances containing the URL details.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||