JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Forward Service.
Provides auto-routing of DICOM objects that are received by the DICOM Storage Service to remote DICOM applications.

Forwarding Rules can be defined in one or several XSLT stylesheets under the configuration directory (s.attribute ConfigDirectory).


List of MBean attributes:

Name Type Access Value Description
ConfigDirectory java.lang.String RW Directory where configuration files defining forwarding rules are located: if XSL stylesheet "forward.xsl" exists in this directory or in a sub-directory equal to the AE Title of the Storage SCU, received Series will be forwarded to one or several destinations according the forwarding rules in the stylesheet. A relative path name is resolved relative to archive-install-directory/server/default/.
ForwardOnInstanceLevelFromAETitles java.lang.String RW Comma separated list of AE titles of Storage SCUs from which objects are forwarded by an Instance level retrieve request. Objects received from other Storage SCUs are forwarded on Series level, which may cause to multiple forwarding of objects, if the Storage SCU sends instances of a single series in multiple associations in succession.
ALL = Forward objects on Instance level received from any Storage SCUs.
NONE = Forward objects on Series level received from any Storage SCUs.
Exception: if only one object is received in the association, the object will be forwarded by an Instance level retrieve request, even if the AE title of the sending Storage SCU is not listed.
IgnoreNotLocalRetrievable boolean RW True False Disable forward of Series that are not local retrievable.
i.e.:SeriesStored notification with no RetrieveAET will be ignored by this service.
Such a SeriesStored notification is sent if instances are received with private TransferSyntax 'Dcm4che URI Referenced' (1.2.40.0.13.1.1.2.4.94) and a (external) RetrieveAET instead of RetrieveURI is given.
LogForwardPriorXML boolean RW True False Log XML data for selection of priors as file. (in <log_dir>/forward_prior)
StoreScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
MoveScuServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
TemplatesServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R ForwardService2 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