|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.manager.RepositoryManagerFactory
ContentManagerFactory
@Deprecated public class RepositoryManagerFactory
Used to get the RepositoryManager.
| Field Summary | |
|---|---|
static String |
REPOSITORY_MANAGER_CACHE_NAME
Deprecated The session attribute name for the repository manager which is cached in the session. |
| Constructor Summary | |
|---|---|
RepositoryManagerFactory()
Deprecated |
|
| Method Summary | |
|---|---|
static RepositoryManager |
connect()
Deprecated As of 9.x, replaced by ContentManagerFactory |
static RepositoryManager |
connect(javax.servlet.http.HttpSession session)
Deprecated As of 9.x, replaced by ContentManagerFactory |
static RepositoryManager |
create()
Deprecated Creates a RepositoryManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REPOSITORY_MANAGER_CACHE_NAME
| Constructor Detail |
|---|
public RepositoryManagerFactory()
| Method Detail |
|---|
public static RepositoryManager create()
@Deprecated
public static RepositoryManager connect()
throws NoRepositoriesDefinedException,
RepositoryException
ContentManagerFactory
NoRepositoriesDefinedException - - if there are no repositories to connect to.
RepositoryException - - if a system error occurs.
@Deprecated
public static RepositoryManager connect(javax.servlet.http.HttpSession session)
throws NoRepositoriesDefinedException,
RepositoryException
ContentManagerFactory
session - - the HttpSession to get the manager out of, or put it into if new.
NoRepositoriesDefinedException - - if there are no repositories to connect to.
RepositoryException - - if a system error occurs.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||