Technical data
Resources You Can Manage in a WebLogic Server Domain
Configuring and Managing WebLogic Server 1-19
Startup and Shutdown Classes
A startup class is a Java program that is automatically loaded and executed when a
WebLogic Server is started or restarted and after other server initialization tasks have
completed. A shutdown class is automatically loaded and executed when a WebLogic
Server is shut down either from the Administration Console or using the
weblogic.Admin shutdown command.
You use the system administration tools to register and manage startup and shutdown
classes.
For more information, see Starting and Stopping WebLogic Server Instances.
JNDI
The Java Naming and Directory Interface (JNDI) API enables applications to look up
objects—such as Data Sources, EJBs, JMS, and MailSessions—by name. You can
view the JNDI tree through the Administration Console.
For additional information, see:
! JNDI
! Programming WebLogic JNDI at
http://e-docs.bea.com/wls/docs81b/jndi/index.html.
Transactions
You use the system administration tools to configure and enable the WebLogic Server
Java Transaction API (JTA). The transaction configuration process involves
configuring:
! Transaction time outs and limits
! Transaction Manager behavior
For more information, see:
! JTA