| 
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RepositoryOps
Interface describing repository operations.
| Method Summary | |
|---|---|
 void | 
createRepositoryConfig(RepositoryConfig repositoryConfig)
Creates a RepositoryConfig.  | 
 void | 
createRepositoryConfig(String name)
Creates a Default WLP RepositoryConfig.  | 
 RepositoryConfig | 
getRepositoryConfig(String name)
Gets a RepositoryConfig including it's Properties.  | 
 Map | 
getRepositoryConfigMap()
Gets a Map of the all the RepositoryConfigs.  | 
 boolean | 
isRemovable(String name)
Determine if the given repository can be removed.  | 
 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 | 
|---|
Map getRepositoryConfigMap()
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.
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.
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.
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.
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.
boolean isRemovable(String name)
                    throws RepositoryException
name - THe name of the repository
RepositoryException - If this operation fails.
  | 
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||