JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Service for generating Key Objects.

List of MBean attributes:

Name Type Access Value Description
CompositeSopClassUIDs java.lang.String RW List of composite SOP Classes.
Instances with a Class UID of this list are marked with Value Type COMPOSITE.
WaveformSopClassUIDs java.lang.String RW List of Waveform SOP Classes.
Instances with a Class UID of this list are marked with Value Type WAVEFORM.
FileSystemGroupID java.lang.String RW ID of file system group, on which generated KeyObjects are stored by operation storeAndRegister().
StoreScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R KeyObjectService 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

org.dcm4che.data.Dataset getKeyObject()

Creates a KeyObject Dataset for given list of Instance UIDs.

Param ParamType ParamValue ParamDescription
iuids java.lang.String List of SOP Instance UIDs separated with ',' or '|'

org.dcm4che.data.Dataset getKeyObject()

Creates a KeyObject Dataset for given list of Instance UIDs.

Param ParamType ParamValue ParamDescription
iuids java.util.Collection List of SOP Instance UIDs
rootInfo org.dcm4che.data.Dataset Dataset with Attributes of Key object root node. (e.g. Concept Name Code Sequence for title)
contentItems java.util.Collection List of Items for Content Sequence

void storeAndRegister()

Stores a KeyObject and registers it in the database.

Param ParamType ParamValue ParamDescription
dataset org.dcm4che.data.Dataset The KeyObject