bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

Administrator

Description

This bean provides contact information for a system administrator. A domain may define one or more administrators.

Syntax

<!ELEMENT Administrator EMPTY >
<!ATTLIST Administrator
   EmailAddress               CDATA                    "root"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PhoneNumber                CDATA                    #IMPLIED
   WriteAuthorized            (true | false)           "false"
>

Parent Elements

The Administrator element is a child of the Domain element.

Attributes

Table 3-1 AdministratorMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Email-Address

This adminstrator's email address. This is either a well-formed email address or null.

Default: "root"

Email

Name

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


Name

Notes

Freeform user information about this Administrator. This method may return null. Typically may include information such as email address, phone number, or location.


Notes

Phone-Number

Returns this administrator's phone number, or null if none has been specified.


Phone Number

Write-Authorized

Whether this administrator has write access to the configuration.


Write Access?


 

 

Back to Top Previous Next