org.objectweb.carol.util.csiv2
Class SasPolicyFactory
org.omg.CORBA.LocalObject
org.objectweb.carol.util.csiv2.SasPolicyFactory
- PolicyFactory
public class SasPolicyFactory
extends org.omg.CORBA.LocalObject
implements PolicyFactory
Make csiv2 policy objects
- Florent Benoit
Policy | create_policy(int type, Any value) - Returns an instance of the appropriate interface derived from
CORBA.Policy whose value corresponds to the specified any.
|
SasPolicyFactory
public SasPolicyFactory()
Default constructor
create_policy
public Policy create_policy(int type,
Any value)
throws PolicyError
Returns an instance of the appropriate interface derived from
CORBA.Policy
whose value corresponds to the specified any.
type
- An int specifying the type of policy being created.value
- An any containing data with which to construct the
CORBA.Policy
.
- A
CORBA.Policy
object of the specified type and
value.