BEA Logo






BEA WebLogic Enterprise Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

 

Welcome to the BEA WebLogic Enterprise (WLE) Javadoc page. This API reference documentation is useful for programmers who are creating WLE CORBA Java or WLE J2EE applications.

 

Types of Javadoc Packages Available

Generally, three types of Javadoc packages are available from this page:

Javadoc packages for APIs that are specific to WLE, such as com.beasys.BEAWrapper

Javadoc packages that describe the WLE EJB samples

Javadoc packages for the Sun Microsystems, Inc. J2EE technologies, such as javax.ejb

Where feasible, a local copy of the J2EE API Javadoc has been provided by the WLE software installation as a convenience to programmers who might not have Internet access. For some API packages, however, links to an external Sun Microsystems Web page are provided instead of a local copy. This approach was taken because, in some cases, the Sun Microsystems Javadoc files were integrated with many other Javadoc packages on external Sun Microsystems Web pages via relative links.

The Javadoc files available from this page are also on the WLE pages of the BEA external e-docs.beasys.com Web site, and on the WLE documentation CD.

 

WLE Javadoc

You can access the entire hierarchy for the WLE Java APIs, or you can access the individual packages:

com.beasys

com.beasys.BEAWrapper

com.beasys.Tobj

com.beasys.TobjS

javax.transaction

org.omg.CosTransactions

org.omg.Security

org.omg.SecurityLevel1

org.omg.SecurityLevel2

 

WLE EJB Samples Javadoc

Javadoc is available for the WLE EJB sample applications.

 

Sun Microsystems, Inc. J2EE Javadoc

Javadoc is available for the following J2EE APIs:

javax.ejb

The Enterprise JavaBeans (EJB) package.

java.sql

The Java Database Connectivity (JDBC) 2.0 core API package on the external Sun Microsystems Web site. Note that WLE supports the JDBC 1.22 API and the distributed transactions, connection pooling, and JNDI capabilities of the JDBC 2.0 Optional Package API.

javax.sql

The JDBC 2.0 optional package (formerly known as the JDBC 2.0 Standard Extension) on the external Sun Microsystems Web site.

javax.naming

The Java Naming and Directory Interface (JNDI) packages, including javax.naming.directory and javax.naming.spi.

javax.transaction

The JTA package.

java.rmi

The remote method invocation (RMI) package on the external Sun Microsystems Web site.

javax.rmi

The RMI on IIOP package on the external Sun Microsystems Web site. The method javax.rmi.PortableRemoteObject.narrow can be used in combination with the WLE implementations of JNDI and RMI. All other functions in the PortableRemoteObject class throw UnsupportedOperationException in WLE.