Frames | No Frames |
Classes implementing org.omg.CORBA.Policy | |
class | The server side implementation base for the Policy .
|
Methods with return type org.omg.CORBA.Policy | |
Policy | Create a copy of this policy. |
Policy | gnuRequest.get_request_policy(int type) This should be not implemented up till jdk 1.5 inclusive.
|
Methods with return type org.omg.CORBA.Policy | |
Policy | gnuIorInfo.get_effective_policy(int policy_type) Get the POA policy.
|
Policy | gnuClientRequestInfo.get_request_policy(int type) |
Policy | gnuServerRequestInfo.get_server_policy(int type) Get the POA policy of the given type that applies to the object being
served (request being handled).
|
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 a_policy_type) Returns the Policy , applying to this object.
|
Policy | Returns the Policy , applying to this object.
|
Methods with parameter type org.omg.CORBA.Policy | |
POA | Creates a new POA as a child of the target POA.
|
Classes implementing org.omg.CORBA.Policy | |
class | Implementation of the id assignment policy.
|
class | Implementation of the id uniqueness policy.
|
class | Implementation of the implicit activation policy.
|
class | The implementation of the life span policy.
|
class | The implementation of the request processing policy.
|
class | The implementation of the servant retention policy.
|
class | The implementation of the thread policy.
|
Constructors with parameter type org.omg.CORBA.Policy | |
gnuPOA.gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, Policy[] a_policies, ORB_1_4 an_orb) Create a new abstract POA.
|
Methods with parameter type org.omg.CORBA.Policy | |
Object | The POAs cannot be created by this method.
|
POA | gnuPOA.createPoaInstance(String child_name, POAManager a_manager, Policy[] policies, ORB_1_4 an_orb) Create an instance of the POA with the given features.
|
POA | Creates a new POA as a child of the target POA.
|
boolean | Check if the policy set is valid.
|
Policy[] | Convert the potentially incomplete policy array into array, containing
the complete policy set.
|
Methods with return type org.omg.CORBA.Policy | |
Policy | gnuPOA._get_policy(int a_policy_type) Get the policy of the given type, associated with this POA.
|
Policy | Create policy using the previously registered factory.
|
Policy[] | Get the copy of the policy array.
|
Policy[] | Return the policy set, applicable for the root POA, as defined
in OMG specs.
|
Policy[] | Convert the potentially incomplete policy array into array, containing
the complete policy set.
|
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 | This method is not appropriate for the local objects and just
throws an exception.
|
Object | Returns a new object with the new policies either replacing or
extending the current policies, depending on the second parameter.
|
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 | Creates the new policy of the specified type, having the given value.
|
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.
|
Methods with return type org.omg.CORBA.Policy | |
Policy | Create and return the policy of the given type, having the given value.
|
Policy | IORInfoOperations.get_effective_policy(int policy_type) Get the server side policy for an IOR being constructed. |
Policy | This should return the policy of the given type that applies to this
operation, but it is not implemented up till JDK 1.5 inclusive.
|
Policy | ServerRequestInfoOperations.get_server_policy(int type) Return the policy of the given type that applies to this operation. |