DaemonManager

Class

Declaration

class com.tibco.tibrv.config.DaemonManager
  extends java.lang.Object

Purpose

Establish and manage a connection to the browser administration interface of a daemon process.

Remarks

Each instance connects to one process instance of a daemon.

Constant

Description

DaemonManager.UNKNOWN

DaemonManager.getDaemonType() returns these integer constants to indicate the type of daemon to which it has connected.

DaemonManager.RVD

DaemonManager.RVRD

DaemonManager.RVSD

DaemonManager.RVSRD

DaemonManager.RVCACHE

Method

Description

DaemonManager()

Create a daemon manager and initialize its connection to a daemon process.

DaemonManager.getDaemonType()

Return an integer indicating the type of daemon to which the daemon manager has connected.

DaemonManager.getDaemonProxy()

Return the proxy instance representing the daemon process.