|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcceptCB | |
---|---|
org.apache.yoko.orb.OCI | |
org.apache.yoko.orb.OCI.IIOP |
Uses of AcceptCB in org.apache.yoko.orb.OCI |
---|
Fields in org.apache.yoko.orb.OCI declared as AcceptCB | |
---|---|
AcceptCB |
AcceptCBHolder.value
|
AcceptCB[] |
AcceptCBSeqHolder.value
|
Methods in org.apache.yoko.orb.OCI that return AcceptCB | |
---|---|
static AcceptCB |
AcceptCBHelper.extract(Any any)
|
static AcceptCB[] |
AcceptCBSeqHelper.extract(Any any)
|
static AcceptCB |
AcceptCBHelper.narrow(Object val)
|
static AcceptCB |
AcceptCBHelper.read(InputStream in)
|
static AcceptCB[] |
AcceptCBSeqHelper.read(InputStream in)
|
Methods in org.apache.yoko.orb.OCI with parameters of type AcceptCB | |
---|---|
void |
AcceptorInfoOperations.add_accept_cb(AcceptCB cb)
Add a callback that is called whenever a new connection is accepted. |
static void |
AcceptCBHelper.insert(Any any,
AcceptCB val)
|
static void |
AcceptCBSeqHelper.insert(Any any,
AcceptCB[] val)
|
void |
AcceptorInfoOperations.remove_accept_cb(AcceptCB cb)
Remove an accept callback. |
static void |
AcceptCBHelper.write(OutputStream out,
AcceptCB val)
|
static void |
AcceptCBSeqHelper.write(OutputStream out,
AcceptCB[] val)
|
Constructors in org.apache.yoko.orb.OCI with parameters of type AcceptCB | |
---|---|
AcceptCBHolder(AcceptCB initial)
|
|
AcceptCBSeqHolder(AcceptCB[] initial)
|
Uses of AcceptCB in org.apache.yoko.orb.OCI.IIOP |
---|
Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type AcceptCB | |
---|---|
void |
AcceptorInfo_impl.add_accept_cb(AcceptCB cb)
|
void |
AcceptorInfo_impl.remove_accept_cb(AcceptCB cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |