com.safeidentity.adminservice.dao.rdb
Class RdbDeployWorker

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.DeployWorker
      extended bycom.safeidentity.adminservice.dao.rdb.RdbDeployWorker

public class RdbDeployWorker
extends DeployWorker

Author:
Á¤¹®±Ô1 To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class com.safeidentity.adminservice.dao.DeployWorker
m_Locale, mBindUserCount, mBindUserOrgCount, mIsWorkStart, mUnBindUserCount, mUnBindUserOrgCount, mUserCount, mUserOrgCount
 
Constructor Summary
RdbDeployWorker(java.util.Locale locale)
           
 
Method Summary
 boolean bindSecurityContext(UserRepository urInfo, ServerConfig sc)
           
 boolean unBindSecurityContext(UserRepository urInfo, ServerConfig sc)
           
 
Methods inherited from class com.safeidentity.adminservice.dao.DeployWorker
getBindUserCount, getBindUserOrgCount, getUnBindUserCount, getUnBindUserOrgCount, getUserCount, getUserOrgCount, setBindUserCount, setBindUserOrgCount, setUnBindUserCount, setUnBindUserOrgCount, setUserCount, setUserOrgCount, stopWorker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdbDeployWorker

public RdbDeployWorker(java.util.Locale locale)
Parameters:
locale -
Method Detail

bindSecurityContext

public boolean bindSecurityContext(UserRepository urInfo,
                                   ServerConfig sc)
                            throws SFDaoException,
                                   SFInvalidParameterException,
                                   SFBindException
Specified by:
bindSecurityContext in class DeployWorker
Throws:
SFDaoException
SFInvalidParameterException
SFBindException

unBindSecurityContext

public boolean unBindSecurityContext(UserRepository urInfo,
                                     ServerConfig sc)
                              throws SFDaoException,
                                     SFInvalidParameterException,
                                     SFBindException
Specified by:
unBindSecurityContext in class DeployWorker
Throws:
SFDaoException
SFInvalidParameterException
SFBindException


Copyright © 2004 SoftForum Corp. All Rights Reserved.