BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.common
Interface T3ServicesDef


Deprecated. Deprecated in WebLogic Server 6.1

public interface T3ServicesDef

The T3ServicesDef interface defines WebLogic Services. Services within WebLogic implement methods from this interface. The methods in this interface provide access to a factory for its type of service or facility. An object factory for a service or facility is used in place of a constructor (as a "virtual constructor") to allocate resources in WebLogic.

A JNDI client can obtain a T3ServicesDef object by performing a lookup on weblogic.common.T3Services as shown below:

  T3ServicesDef t3 = (T3ServicesDef)
     ctx.lookup("weblogic.common.T3Services");

Author:
Copyright (c) 1996-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String NAME
          Deprecated.  
 
Method Summary
 AdminServicesDef admin()
          Deprecated. Deprecated in WebLogic Server 6.1.
 EventServicesDef events()
          Deprecated. Deprecated in WebLogic Server 6.1.
 IOServicesDef io()
          Deprecated. Deprecated in WebLogic Server 6.1.
 weblogic.jdbc.common.JdbcServicesDef jdbc()
          Deprecated. Deprecated in WebLogic Server 6.1.
 LogServicesDef log()
          Deprecated. Deprecated in WebLogic Server 6.1.
 NameServicesDef name()
          Deprecated. Deprecated in WebLogic Server 6.1.
 TimeServicesDef time()
          Deprecated. Deprecated in WebLogic Server 6.1.
 WorkspaceServicesDef workspace()
          Deprecated. Deprecated in WebLogic Server 6.1.
 

Field Detail

NAME

public static final java.lang.String NAME
Deprecated. 
Method Detail

admin

public AdminServicesDef admin()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to administrative services in WebLogic.

events

public EventServicesDef events()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to event services in WebLogic.

jdbc

public weblogic.jdbc.common.JdbcServicesDef jdbc()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to JDBC services in WebLogic.

log

public LogServicesDef log()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to log file services in WebLogic.

name

public NameServicesDef name()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to name services in WebLogic.

workspace

public WorkspaceServicesDef workspace()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to workspace services in WebLogic.

io

public IOServicesDef io()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to IO services in WebLogic.

time

public TimeServicesDef time()
Deprecated. Deprecated in WebLogic Server 6.1.
Returns access to time services in WebLogic.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.