Audit Record Repository

Description

Audit Record Repository.

Attributes

ActorName

Actor Name.

Default Value

ARR

Port

UDP listening port.

Default Value

4000

LocalAddress

Bound UDP socket to the specified local address. If the IP address is 0.0.0.0, the socket will be bound to the wildcard address, an IP address chosen by the kernel.

Default Value

0.0.0.0

MaxPacketSize

Maximal UDP Packet size. Larger messages will be truncated.

Default Value

65507

ReceiveBufferSize

UDP receive buffer size. Increasing the receive buffer may allow the network implementation to buffer multiple packets when packets arrive faster than are being processed. 0 = use OS default.

Default Value

0

Running

Indicates if UDP Server is listening.

LastStartedAt

Date/Time when the server was started.

LastStoppedAt

Date/Time when the server was stopped.

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications