|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyOperations
Using this interface, an ORB or CORBA service may choose to allow access to certain choices that affect its operation. This information is accessed in a structured manner using interfaces derived from the Policy interface defined in the CORBA module. A CORBA service does not have to use this method of accessing operating options, but may choose to do so.
Method Summary | |
---|---|
Policy |
copy()
Copies the policy object. |
void |
destroy()
Destroys the policy object. |
int |
policy_type()
Returns the constant value of type PolicyType that corresponds to the type of the Policy object. |
Method Detail |
---|
void destroy()
CORBA::NO_PERMISSION
exception is raised if the policy object determines that it cannot be destroyed.
Policy copy()
int policy_type()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |