final class T3ClientServices extends java.lang.Object implements T3ServicesDef
Modifier and Type | Field and Description |
---|---|
private AdminServicesDef |
adminSvc |
private LogServicesDef |
logSvc |
private NameServicesDef |
nameSvc |
(package private) T3Client |
t3 |
private weblogic.time.common.TimeServicesDef |
timeSvc |
NAME
Constructor and Description |
---|
T3ClientServices(T3Client t3)
Constructs a T3ClientServices object for the specified T3Client.
|
Modifier and Type | Method and Description |
---|---|
AdminServicesDef |
admin()
Returns access to administrative services in WebLogic.
|
LogServicesDef |
log()
Returns access to log file services in WebLogic.
|
NameServicesDef |
name()
Returns access to name services in WebLogic.
|
weblogic.time.common.TimeServicesDef |
time()
Returns access to time services in WebLogic.
|
T3Client t3
private AdminServicesDef adminSvc
private LogServicesDef logSvc
private NameServicesDef nameSvc
private weblogic.time.common.TimeServicesDef timeSvc
public T3ClientServices(T3Client t3)
t3
- T3Clientpublic AdminServicesDef admin()
T3ServicesDef
admin
in interface T3ServicesDef
public LogServicesDef log()
T3ServicesDef
log
in interface T3ServicesDef
public weblogic.time.common.TimeServicesDef time()
T3ServicesDef
time
in interface T3ServicesDef
public NameServicesDef name()
T3ServicesDef
name
in interface T3ServicesDef