|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The manager factory creates and manages repository manager instances. Copyright 2004 SAP AG
| Method Summary | |
java.util.Collection |
getAllRepositoryManagers()
Returns a list of all available repository managers |
java.util.Collection |
getAllRepositoryManagers(java.lang.String className)
Returns a collection of all available repository managers that are instances of the specified class |
IRepositoryManager |
getRepositoryManager(RID rid)
Returns the repository manager instance for a given resource identifier |
IRepositoryManager |
getRepositoryManager(java.lang.String id)
Returns the instance of a repository manager for a given ID or null
. |
| Method Detail |
public java.util.Collection getAllRepositoryManagers()
throws ResourceException
ResourceException -
public java.util.Collection getAllRepositoryManagers(java.lang.String className)
throws ResourceException
className - TBD: Description of the incoming method parameterResourceException -
public IRepositoryManager getRepositoryManager(java.lang.String id)
throws ResourceException
null
.id - TBD: Description of the incoming method parameterResourceException - Exception raised in failure situation
public IRepositoryManager getRepositoryManager(RID rid)
throws ResourceException
rid - TBD: Description of the incoming method parameterResourceException -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||