|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jini.start.HTTPDStatus
public class HTTPDStatus
Class which can be used to print a descriptive warning message if a codebase accessibility problem is found.
Method Summary | |
---|---|
static void |
httpdWarning(String codebase)
Method that takes a codebase
parameter and displays a warning message if
it is determined that a potential codebase
accessibility problem exists. |
static void |
main(String[] args)
Command line interface that checks the accessability of a desired JAR file(s), given its URL address. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
URL
address.
Note: The provided URL
(s) cannot contain embedded spaces.
args
- String
array containing the command line
argumentspublic static void httpdWarning(String codebase)
codebase
parameter and displays a warning message if
it is determined that a potential codebase
accessibility problem exists.
codebase
- String
containing the codebase to poll
for the existence of a running HTTP server with
access to the JAR file referenced in this parameter
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |