JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Device Service. Use the commands in this service to import device mapping files, delete device mappings, delete a specific device, get a list of all devices for a specific protocol, and add the scheduled station name AE title, the name, and the modality to the given SPS items.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R DeviceService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation

java.lang.String importDeviceMapping()

Import a device mapping file.

Param ParamType ParamValue ParamDescription
importURL java.lang.String (no description)

java.lang.String deleteMapping()

Delete all device mappings. Note: This deletes all devices and the corresponding protocol codes.


java.lang.String deleteDevice()

Deletes the named device.

Param ParamType ParamValue ParamDescription
device java.lang.String Station name of the device

java.util.Collection getDeviceList()

Get a list of devices for the specified protocol.

Param ParamType ParamValue ParamDescription
protocol java.lang.String (no description)

org.dcm4che.data.Dataset addScheduledStationInfo()

Add the scheduled station AE Title and the name and the modality to the given SPS items.

Param ParamType ParamValue ParamDescription
ds org.dcm4che.data.Dataset (no description)