GNU Classpath (0.17) | ||
Frames | No Frames |
Methods with parameter type org.omg.CORBA.Policy | |
Object | Returns a new object with the new policies either replacing or
extending the current policies, depending on the second parameter.
|
Object | Returns a new object with the new policies either replacing or
extending the current policies, depending on the second parameter.
|
Methods with return type org.omg.CORBA.Policy | |
Policy | ObjectImpl._get_policy(int type) Returns the Policy , applying to this object.
|
Policy | Returns the Policy , applying to this object.
|
Classes implementing org.omg.CORBA.Policy | |
class | The Policy stub (proxy), used on the client side.
|
Constructors with parameter type org.omg.CORBA.Policy | |
Create the initialised instance.
| |
Create the initialised instance.
|
Fields of type org.omg.CORBA.Policy | |
Policy | The stored Policy value.
|
Policy[] | The stored Policy[] value.
|
Methods with parameter type org.omg.CORBA.Policy | |
Object | Returns a new object with the new policies either replacing or
extending the current policies, depending on the second parameter.
|
Object | This method is not appropriate for the local objects and just
throws an exception.
|
void | Insert the Policy into the given Any.
|
void | Insert the Policy[] into the given Any.
|
void | Write the object to the CDR output stream (as IOR profile).
|
void | Write the sequence of policies from the CDR intput stream.
|
Methods with return type org.omg.CORBA.Policy | |
Policy | LocalObject._get_policy(int a_policy_type) This method is not appropriate for the local objects and just
throws an exception.
|
Policy | Object._get_policy(int a_policy_type) Returns the Policy , applying to this object.
|
Policy | Return a copy of this Policy.
|
Policy | |
Policy | This should create the new policy with the specified type and initial
state. |
Policy | Extract the Policy from given Any.
|
Policy[] | Extract the Policy[] from given Any.
|
Policy | DomainManagerOperations.get_domain_policy(int policy_type) Get the policy of the specified type for the objects, belonging
to this domain. |
Policy | Cast the passed object into the Policy. |
Policy | Read the object from the CDR intput stream (IOR profile expected).
|
Policy[] | Read the sequence of policies from the CDR intput stream.
|
GNU Classpath (0.17) |