|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectetch.bindings.java.support.StubBase<T>
cisco.uc.cuae.StubEtchBridge<T>
T - EtchBridge or a subclass thereof.public class StubEtchBridge<T extends EtchBridge>
Message to call translator for EtchBridge.
| Field Summary |
|---|
| Fields inherited from class etch.bindings.java.support.StubBase |
|---|
_free, _obj, _queued, _svc |
| Fields inherited from interface etch.util.core.io.Session |
|---|
DOWN, UP |
| Constructor Summary | |
|---|---|
StubEtchBridge(etch.bindings.java.support.DeliveryService svc,
T obj,
etch.bindings.java.support.Pool queued,
etch.bindings.java.support.Pool free)
Stub for EtchBridge. |
|
| Method Summary | |
|---|---|
static void |
init()
Method used to force static initialization. |
| Methods inherited from class etch.bindings.java.support.StubBase |
|---|
sessionControl, sessionMessage, sessionNotify, sessionNotify, sessionQuery |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StubEtchBridge(etch.bindings.java.support.DeliveryService svc,
T obj,
etch.bindings.java.support.Pool queued,
etch.bindings.java.support.Pool free)
svc - the delivery service.obj - the implementation of EtchBridge responsive to requests.queued - thread pool used to run AsyncMode.QUEUED methods.free - thread pool used to run AsyncMode.FREE methods.| Method Detail |
|---|
public static void init()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||