JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

DICOM Storage Commitment SCU requesting storage commitment for objects received from specific AETs.
Use case: Request Storage Commit (and set external retrieve AET in consequence) for objects received from central archive without need to forward the objects back to central archive. (Migration, Prefetching, ..)

List of MBean attributes:

Name Type Access Value Description
RequestStgCmtOnReceiveFromAETs java.lang.String RW List of AET's for which a Storage Commit should be requested when objects are received from there.
Use NONE to disable this service. Format: <AET>[=[<callingAET>:]<calledAET>
AET : The callingAET of C-STORE that should trigger a StgCmt request.
callingAET : Calling AET of StgCmt request (default: first entry of CalledAETs attribute in StgCmtScuScp service)
calledAET : Called AET of StgCmt request (default: <AET>)
NoStgCmtIfExternalRetrieveAET java.lang.String RW Dont request a Storage Commit if objects are external retrievable.
Possible Values:
NONE : Do always request a StgCmt.
ANY : Only request a StgCmt if a object is not external retrievable.
<AET>: Only request a StgCmt if a object is not external retrievable from this AET.
StgCmtServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
StoreScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R StgCmtScuBySeriesStoredService 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