Go to main content

man pages section 3: Remote Administration Daemon Module Interfaces

Exit Print View

Updated: July 2017
 
 

control (3rad)

Name

control - RAD control

Synopsis

interface Control
LogLevel loglevel ;
boolean proxy ;

shutdown();

boolean refresh();

Description

CONTROL(3rad)               RAD Module Definitions               CONTROL(3rad)



NAME
       control - RAD control

SYNOPSIS
   interface Control
       LogLevel loglevel ;
       boolean proxy ;

       shutdown();

       boolean refresh();

DESCRIPTION
       API com.oracle.solaris.rad.control

INTERFACES
   interface Control
       Control Properties
           LogLevel loglevel (read-write)

               Read-Write Error: string

           boolean proxy (read-only)

       Control Methods
           shutdown()

           boolean refresh()

               Result:

               boolean

ENUMERATED TYPES
       enum LogLevel -- RAD log levels.

           ALL (0)

           DEBUG (1)

           NOTE (2)

           WARN (3)

           ERROR (4)

           CONFIG (5)

           FATAL (6)

           PANIC (7)

       Version: (1.0)

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       +--------------------+-------------------------+
       |  ATTRIBUTE TYPE    |     ATTRIBUTE VALUE     |
       +--------------------+-------------------------+
       |Availability        | system/management/rad/* |
       +--------------------+-------------------------+
       |Interface Stability | Private                 |
       +--------------------+-------------------------+

SEE ALSO
       rad(1M)



SunOS 5.11                        2017-05-31                     CONTROL(3rad)