|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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");
Field Summary | |
---|---|
static String |
NAME
|
Method Summary | |
---|---|
AdminServicesDef |
admin()
Returns access to administrative services in WebLogic. |
weblogic.io.common.IOServicesDef |
io()
Returns access to IO services in WebLogic. |
weblogic.jdbc.common.JdbcServicesDef |
jdbc()
Returns access to JDBC services in WebLogic. |
LogServicesDef |
log()
Returns access to log file services in WebLogic. |
NameServicesDef |
name()
Returns access to name services in WebLogic. |
TimeServicesDef |
time()
Returns access to time services in WebLogic. |
Field Detail |
---|
static final String NAME
Method Detail |
---|
AdminServicesDef admin()
weblogic.jdbc.common.JdbcServicesDef jdbc()
LogServicesDef log()
NameServicesDef name()
weblogic.io.common.IOServicesDef io()
TimeServicesDef time()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |