|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface POAManagerFactoryOperations
A Factory for PortableServer::POAManager.
PortableServer::POAManager
Method Summary | |
---|---|
POAManager |
create_POAManager(String id,
Policy[] policies)
Create a new POAManager. |
POAManager |
find(String id)
Find a specific POA Manager. |
POAManager[] |
list()
List all POA Managers. |
Method Detail |
---|
POAManager create_POAManager(String id, Policy[] policies) throws ManagerAlreadyExists, PolicyError
id
- The POAManager id.policies
- The policy list for the POAManager.
ManagerAlreadyExists
- If a POAManager with the same
name already exists.
PolicyError
- If the supplied policy list contains
a conflict.POAManager[] list()
POAManager find(String id)
id
- The POAManager id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |