Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

File Copy Service.

Dependencies

Image Added

Attributes

DestinationFileSystem
Anchor
DestinationFileSystem
DestinationFileSystem

Destination file system or NONE to disable the service. The file system name can be suffixed by '!'<from>'-'<to>

...

to

...

defer

...

copying

...

outside

...

a

...

particular

...

time

...

interval,

...

and/or

...

prefixed

...

by

...

a

...

condition

...

'

...

[calling'

...

['!'

...

]'='<aeTitle>

...

{'|'

...

<aeTitle>} ']'

...

to

...

limit/exclude

...

copying

...

to/of

...

series

...

received

...

from

...

modalities

...

with

...

specified

...

AE

...

title(s).

...


If

...

the

...

file

...

system

...

name

...

is

...

a

...

tar

...

URI

...

(tar:<Directory/Mount

...

Point>),

...

instances

...

of

...

one

...

series

...

are

...

packed

...

into

...

one

...

tarball.

...

Otherwise

...

instance

...

files

...

are

...

copied

...

individually

...

to

...

the

...

destination

...

file

...

system.

...

If

...

an

...

external

...

command

...

is

...

used

...

for

...

the

...

copy

...

of

...

tarballs

...

to

...

the

...

destination,

...

the

...

destination

...

name

...

(after

...

the

...

"tar:"

...

prefix)

...

need

...

not

...

follow

...

the

...

syntax

...

of

...

a

...

directory

...

path

...

(e.g.:

...

tar:ftp://user@pass/service).

...

TarCopyCommand
Anchor
TarCopyCommand
TarCopyCommand

External command to copy tarballs to the destination, with

  • %p will be replaced by the path of tarball to copy,
  • %d will be replaced by the destination file system name,
  • %f will be replaced by the destination TAR file path.

NONE = write tarball on local accessable file system.
Only effective, if the destination file system name is a tar URI.

TarOutgoingDirectory
Anchor
TarOutgoingDirectory
TarOutgoingDirectory

Directory from which tarballs shall be copied by external #TarCopyCommand. A relative path name is resolved relative to dcm4chee_home/server/default/

...

.

...

Not

...

effective

...

if

...

TarCopyCommand='NONE'

...

FileStatus
Anchor
FileStatus
FileStatus

Status of copied file. Enumerated values: DEFAULT, TO_ARCHIVE,

...

ARCHIVED

...

VerifyCopy
Anchor
VerifyCopy
VerifyCopy

Verify MD5 sum of copied file.

RetryIntervals
Anchor
RetryIntervals
RetryIntervals

Number and interval of retries made for failed Copy Requests.
Format: Comma separated list of <number> 'x' <interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Example: 5x1m,10x10m
=> retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

Concurrency
Anchor
Concurrency
Concurrency

Maximum number of concurrent invoked Copy Requests.

BufferSize
Anchor
BufferSize
BufferSize

Size of write byte buffer.

StoreScpServiceName
Anchor
StoreScpServiceName
StoreScpServiceName

Used internally. Do NOT modify.

JMSServiceName
Anchor
JMSServiceName
JMSServiceName

Used internally. Do NOT modify.

QueueName
Anchor
QueueName
QueueName

Used internally. Do NOT modify.

EJBProviderURL
Anchor
EJBProviderURL
EJBProviderURL

Identifies JNDI (e.g: jnp://hostname:1099)

...

with

...

EJBs.

...


Use

...

LOCAL

...

if

...

EJBs

...

are

...

deployed

...

in

...

same

...

JBoss

...

instance.

...

FileSystemMgtName
Anchor
FileSystemMgtName
FileSystemMgtName

Used internally. Do NOT modify.

Name
Anchor
Name
Name

The class name of the MBean

State
Anchor
State
State

The status of the MBean

StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

create
Anchor
create
create

Standard MBean lifecycle method

start
Anchor
start
start

The start lifecycle operation

stop
Anchor
stop
stop

The stop lifecycle operation

destroy
Anchor
destroy
destroy

The destroy lifecycle operation

jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications