| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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");
| Field Summary | |
static java.lang.String | 
NAME
Deprecated.  | 
| Method Summary | |
 AdminServicesDef | 
admin()
Deprecated. Returns access to administrative services in WebLogic.  | 
 IOServicesDef | 
io()
Deprecated. Returns access to IO services in WebLogic.  | 
 weblogic.jdbc.common.JdbcServicesDef | 
jdbc()
Deprecated. Returns access to JDBC services in WebLogic.  | 
 LogServicesDef | 
log()
Deprecated. Returns access to log file services in WebLogic.  | 
 NameServicesDef | 
name()
Deprecated. Returns access to name services in WebLogic.  | 
 TimeServicesDef | 
time()
Deprecated. Returns access to time services in WebLogic.  | 
| Field Detail | 
public static final java.lang.String NAME
| Method Detail | 
public AdminServicesDef admin()
public weblogic.jdbc.common.JdbcServicesDef jdbc()
public LogServicesDef log()
public NameServicesDef name()
public IOServicesDef io()
public TimeServicesDef time()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||