|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
createRepositoryConfig(RepositoryConfig repositoryConfig)
Creates a RepositoryConfig. |
void |
createRepositoryConfig(String name)
Creates a Default BEA RepositoryConfig. |
RepositoryConfig |
getRepositoryConfig(String name)
Gets a RepositoryConfig including it's Properties. |
Map |
getRepositoryConfigMap()
Gets a Map of the all the RepositoryConfigs. |
void |
removeRepositoryConfig(String name)
Removes a RepositoryConfig including it's Properties. |
void |
updateRepositoryConfig(RepositoryConfig repositoryConfig)
Updates a RepositoryConfig, including it's Properties. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
public Map getRepositoryConfigMap()
public void createRepositoryConfig(String name)
throws RepositoryConfigExistsException,
RepositoryException
name - - the name of the Repository to create.
RepositoryConfigExistsException - - if the name of the RepositoryConfig is already in use.
RepositoryException - - if a system error occurs.
public void createRepositoryConfig(RepositoryConfig repositoryConfig)
throws RepositoryConfigExistsException,
RepositoryException
repositoryConfig - - the RepositoryConfig to create.
RepositoryConfigExistsException - - if the name of the RepositoryConfig is already in use.
RepositoryException - - if a system error occurs.
public RepositoryConfig getRepositoryConfig(String name)
throws NoSuchRepositoryConfigException,
RepositoryException
name - - the name of the RepositoryConfig to get.
NoSuchRepositoryConfigException - - if the RepositoryConfig to get does not exist.
RepositoryException - - if a system error occurs.
public void updateRepositoryConfig(RepositoryConfig repositoryConfig)
throws NoSuchRepositoryConfigException,
RepositoryException
repositoryConfig - - the RepositoryConfig to update.
NoSuchRepositoryConfigException - - if the RepositoryConfig to update does not exist.
RepositoryException - - if a system error occurs.
public void removeRepositoryConfig(String name)
throws NoSuchRepositoryConfigException,
RepositoryException
name - - the name of the RepositoryConfig to remove.
NoSuchRepositoryConfigException - - if the RepositoryConfig to remove does not exist.
RepositoryException - - if a system error occurs.
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||