JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

GPWL Feed Service. Used by dcm4chee-web to add entries to the General Purpose Worklist.

List of MBean attributes:

Name Type Access Value Description
TemplatePath java.lang.String RW URL to the directory of worklist entry templates.
HumanPerformerList java.lang.String RW List of human performers for a worklist entry.
Name java.lang.String R GPWLFeedService 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 addWorklistItem()

Add a new general purpose worklist entry.

Param ParamType ParamValue ParamDescription
studyPk java.lang.Long study pk
templateFile java.lang.String name of template file
humanPerformer java.lang.String human performer
scheduleDate java.lang.Long scheduled date

java.util.List listTemplates()

List of templates for worklist entries. (List of all files in TemplateURL)


void clearTemplateList()

Clear cached list of templates for worklist entries.


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