Package | Description |
---|---|
com.sun.corba.se.impl.oa.poa | |
org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications
portable across multivendor ORBs.
|
Modifier and Type | Method and Description |
---|---|
ThreadPolicy |
POAImpl.create_thread_policy(ThreadPolicyValue value)
create_thread_policy
Section 3.3.8.5 |
Modifier and Type | Field and Description |
---|---|
static ThreadPolicyValue |
ThreadPolicyValue.ORB_CTRL_MODEL |
static ThreadPolicyValue |
ThreadPolicyValue.SINGLE_THREAD_MODEL |
ThreadPolicyValue |
ThreadPolicyValueHolder.value |
Modifier and Type | Method and Description |
---|---|
static ThreadPolicyValue |
ThreadPolicyValueHelper.extract(Any a) |
static ThreadPolicyValue |
ThreadPolicyValue.from_int(int value) |
static ThreadPolicyValue |
ThreadPolicyValueHelper.read(InputStream istream) |
ThreadPolicyValue |
ThreadPolicyOperations.value()
specifies the policy value
|
Modifier and Type | Method and Description |
---|---|
ThreadPolicy |
POAOperations.create_thread_policy(ThreadPolicyValue value)
These operations each return a reference to a policy
object with the specified value.
|
static void |
ThreadPolicyValueHelper.insert(Any a,
ThreadPolicyValue that) |
static void |
ThreadPolicyValueHelper.write(OutputStream ostream,
ThreadPolicyValue value) |
Constructor and Description |
---|
ThreadPolicyValueHolder(ThreadPolicyValue initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.