BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Class T3Services

java.lang.Object
  |
  +--weblogic.common.T3Services

public class T3Services
extends java.lang.Object

Provides a mechanism for retrieving the server-side services stub in the WebLogic framework. For server-side objects, this is analagous to the T3Client's client-side services stub, and provides access to WebLogic services in a canonical way.

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

Constructor Summary
T3Services()
           
 
Method Summary
static T3ServicesDef getT3Services()
          Gets the services stub.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T3Services

public T3Services()
Method Detail

getT3Services

public static final T3ServicesDef getT3Services()
Gets the services stub. The services stub allows for variations in implementations of services, according to whether a class is instantiated in the client or the server, to be set at runtime, when a WebLogic class is instantiated.

Returns:
T3ServicesDef

Documentation is available at
http://www.weblogic.com/docs51