|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.services.XBasicService
The BasicService JNLP service.
Constructor Summary | |
protected |
XBasicService()
|
Method Summary | |
java.net.URL |
getCodeBase()
Returns the codebase of the application, applet, or installer. |
boolean |
isOffline()
Return true if the Environment is Offline |
boolean |
isWebBrowserSupported()
Return true if a Web Browser is Supported |
boolean |
showDocument(java.net.URL url)
Show a document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected XBasicService()
Method Detail |
public java.net.URL getCodeBase()
getCodeBase
in interface javax.jnlp.BasicService
public boolean isOffline()
isOffline
in interface javax.jnlp.BasicService
public boolean isWebBrowserSupported()
isWebBrowserSupported
in interface javax.jnlp.BasicService
public boolean showDocument(java.net.URL url)
showDocument
in interface javax.jnlp.BasicService
|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |