| Package | Description |
|---|---|
| org.jacorb.orb.portableInterceptor | |
| org.omg.PortableInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected Current |
RequestInfoImpl.current |
| Modifier and Type | Method and Description |
|---|---|
Current |
RequestInfoImpl.current() |
Current |
InterceptorManager.getCurrent()
This method returns a thread specific PICurrent.
|
Current |
InterceptorManager.getEmptyCurrent()
Returns an empty current where no slot has been set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestInfoImpl.setCurrent(Current current) |
void |
InterceptorManager.setTSCurrent(Current current)
Sets the thread scope current, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
Current |
CurrentHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static Current |
CurrentHelper.extract(Any any) |
static Current |
CurrentHelper.narrow(Object obj) |
static Current |
CurrentHelper.read(InputStream in) |
static Current |
CurrentHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CurrentHelper.insert(Any any,
Current s) |
static void |
CurrentHelper.write(OutputStream _out,
Current s) |
| Constructor and Description |
|---|
CurrentHolder(Current initial) |