WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

ShutdownClass

 


Description

Provides methods for configuring a shutdown class. A shutdown class is a Java program that is automatically loaded and executed when a WebLogic Server instance is shut down gracefully.

 


Syntax

<ShutdownClass
Arguments="String"
ClassName="String"
DeploymentOrder="number"
Name="String"
Notes="String"
Targets="list of Target names"
/>

 


Parent Elements

 


Attributes

Table 54-1 ShutdownClass attributes

Attribute

Description

Range of Values and Default

Arguments

Arguments that the server uses to initialize a class. Separate multiple arguments with a comma. For example:

first=MyFirstName,last=MyLastName

Admin Console field label: Arguments

Required: no

ClassName


Admin Console field label: ClassName

DeploymentOrder

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Admin Console field label: Deployment Order

Required: no

Default: 1000

Minimum: 0

Maximum: 231-1

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

Targets

The targets in the current domain on which this item can be deployed.

Required: no

 

Back to Top Previous Next