DaemonManager.getDaemonProxy()

Method

Declaration

DaemonProxy getDaemonProxy()
  throws ConfigurationException

Purpose

Return the proxy instance representing the daemon process.

Remarks

The constructor DaemonManager() automatically creates an appropriate proxy instance for the daemon component. Programs use this proxy instance to configure the daemon. A variety of proxy interfaces allow programs to access parameter values of the daemon. Each proxy interface defines a set of methods related to a specific aspect of daemon behavior.

Tip 

Programs cast the proxy instance to an appropriate proxy interface, then call methods of the interface.

See Also

DaemonProxy

RvdProxy

RvrdProxy

SecurityProxy

SecureDaemonProxy

RvcacheProxy