DaemonManager()
Constructor
Declaration
DaemonManager
(java.lang.String url)
throws ConfigurationException
Purpose
Create a daemon manager and initialize its connection to a daemon process.
Remarks
Each instance connects to one process instance of a daemon. The URL parameter specifies the location of the browser administration interface for that process.
This constructor automatically creates a proxy instance (java.lang.reflect.Proxy
) within the DaemonManager object. The proxy serves as the program’s command interface to the daemon component. Programs extract the proxy instance using DaemonManager.getDaemonProxy(), and cast it to the appropriate proxy interfaces to access the corresponding daemon or component.
Parameter |
Description |
|
Connect to a daemon at this URL. For example: |