Skip navigation links
com.essbase.eas.server.dao.csf
Class CSFDAOFactory
java.lang.Object
com.essbase.eas.server.dao.RegistryDAOFactory
com.essbase.eas.server.dao.csf.CSFDAOFactory
-
public class CSFDAOFactory
- extends RegistryDAOFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAS_MAP
public static final java.lang.String EAS_MAP
-
- See Also:
- Constant Field Values
EAS_USERS_KEY
public static final java.lang.String EAS_USERS_KEY
-
- See Also:
- Constant Field Values
EAS_USER_PROFILE_KEY
public static final java.lang.String EAS_USER_PROFILE_KEY
-
- See Also:
- Constant Field Values
EAS_USER_SERVERS_KEY_PREFIX
public static final java.lang.String EAS_USER_SERVERS_KEY_PREFIX
-
- See Also:
- Constant Field Values
EAS_WORKSTATUS_KEY
public static final java.lang.String EAS_WORKSTATUS_KEY
-
- See Also:
- Constant Field Values
EAS_SERVERS_KEY
public static final java.lang.String EAS_SERVERS_KEY
-
- See Also:
- Constant Field Values
CSFDAOFactory
public CSFDAOFactory()
getInstance
public static CSFDAOFactory getInstance()
createReplicationDAO
public ReplicationDAO createReplicationDAO()
-
- Specified by:
createReplicationDAO in class RegistryDAOFactory
createServerDAO
public ServerDAO createServerDAO()
-
- Specified by:
createServerDAO in class RegistryDAOFactory
createServerLogDAO
public ServerLogDAO createServerLogDAO()
-
- Specified by:
createServerLogDAO in class RegistryDAOFactory
createUserDAO
public UserDAO createUserDAO()
-
- Specified by:
createUserDAO in class RegistryDAOFactory
createVersionDAO
public VersionDAO createVersionDAO()
-
- Specified by:
createVersionDAO in class RegistryDAOFactory
createWorkStatusDAO
public WorkStatusDAO createWorkStatusDAO()
-
- Specified by:
createWorkStatusDAO in class RegistryDAOFactory
isConnected
public boolean isConnected()
-
- Specified by:
isConnected in class RegistryDAOFactory
stopFactory
public void stopFactory()
-
- Specified by:
stopFactory in class RegistryDAOFactory
getUserProfileKey
public static final java.lang.String getUserProfileKey(int userId)
getUserProfileKey
public static final java.lang.String getUserProfileKey(EASUserProfile profile)
getUserServersKey
public static final java.lang.String getUserServersKey(int id)
getUserServersKey
public static final java.lang.String getUserServersKey(EASUser user)
getUserServersKey
public static final java.lang.String getUserServersKey(EASUserServers server)
cleanUpStore
public static void cleanUpStore()
main
public static void main(java.lang.String[] args)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.