netx.jnlp.services
public class ServiceUtil extends java.lang.Object
Constructor and Description |
---|
ServiceUtil() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object |
createPrivilegedProxy(java.lang.Class iface,
java.lang.Object receiver)
Creates a Proxy object implementing the specified interface
when makes all calls in the security context of the system
classes (ie, AllPermissions).
|
static javax.jnlp.BasicService |
getBasicService()
Returns the BasicService reference, or null if the service is
unavailable.
|
static javax.jnlp.ClipboardService |
getClipboardService()
Returns the ClipboardService reference, or null if the service is
unavailable.
|
static javax.jnlp.DownloadService |
getDownloadService()
Returns the DownloadService reference, or null if the service is
unavailable.
|
static javax.jnlp.ExtensionInstallerService |
getExtensionInstallerService()
Returns the ExtensionInstallerService reference, or null if the service is
unavailable.
|
static javax.jnlp.FileOpenService |
getFileOpenService()
Returns the FileOpenService reference, or null if the service is
unavailable.
|
static javax.jnlp.FileSaveService |
getFileSaveService()
Returns the FileSaveService reference, or null if the service is
unavailable.
|
static javax.jnlp.PersistenceService |
getPersistenceService()
Returns the PersistenceService reference, or null if the service is
unavailable.
|
static javax.jnlp.PrintService |
getPrintService()
Returns the PrintService reference, or null if the service is
unavailable.
|
public static javax.jnlp.BasicService getBasicService()
public static javax.jnlp.ClipboardService getClipboardService()
public static javax.jnlp.DownloadService getDownloadService()
public static javax.jnlp.ExtensionInstallerService getExtensionInstallerService()
public static javax.jnlp.FileOpenService getFileOpenService()
public static javax.jnlp.FileSaveService getFileSaveService()
public static javax.jnlp.PersistenceService getPersistenceService()
public static javax.jnlp.PrintService getPrintService()
static java.lang.Object createPrivilegedProxy(java.lang.Class iface, java.lang.Object receiver)