| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface POAManagerFactoryOperations
POAManagers can be created implicitly, by passing a nil POAManager reference to the create_POA operation, or can be created explicitly using a POAManagerFactory. Explicit creation of a POAManager permits application control of the POAManager's identity, whereas implicit creation results in creation of a unique identity by the ORB run time. Explicit creation of a POAManager also permits the application to assign policies to the new POAManager.
| Method Summary | |
|---|---|
 POAManager | 
create_POAManager(java.lang.String id,
                  Policy[] policies)
This operation creates a new POAManager with the given id.  | 
 POAManager | 
find(java.lang.String id)
The find operation return the POAManager with the specified id.  | 
 POAManager[] | 
list()
The list operation returns all POAManagers (whether created implicitly or explicitly) that currently exist within the ORB.  | 
| Method Detail | 
|---|
POAManager find(java.lang.String id)
POAManager[] list()
POAManager create_POAManager(java.lang.String id,
                             Policy[] policies)
                             throws ManagerAlreadyExists,
                                    PolicyError
ManagerAlreadyExists
PolicyError
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||