com.safeidentity.adminservice.dao
Class DeployWorker

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.DeployWorker
Direct Known Subclasses:
LdapDeployWorker, RdbDeployWorker

public abstract class DeployWorker
extends java.lang.Object

Author:
kevin To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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

Field Detail

mUserOrgCount

protected int mUserOrgCount

mUserCount

protected int mUserCount

mBindUserOrgCount

protected int mBindUserOrgCount

mBindUserCount

protected int mBindUserCount

mUnBindUserOrgCount

protected int mUnBindUserOrgCount

mUnBindUserCount

protected int mUnBindUserCount

mIsWorkStart

protected boolean mIsWorkStart

m_Locale

protected java.util.Locale m_Locale
Constructor Detail

DeployWorker

public DeployWorker(java.util.Locale locale)
Method Detail

getUserOrgCount

public int getUserOrgCount()

setUserOrgCount

public void setUserOrgCount(int count)

getUserCount

public int getUserCount()

setUserCount

public void setUserCount(int count)

getBindUserCount

public int getBindUserCount()

setBindUserCount

public void setBindUserCount(int count)

getBindUserOrgCount

public int getBindUserOrgCount()

setBindUserOrgCount

public void setBindUserOrgCount(int count)

getUnBindUserCount

public int getUnBindUserCount()

setUnBindUserCount

public void setUnBindUserCount(int count)

getUnBindUserOrgCount

public int getUnBindUserOrgCount()

setUnBindUserOrgCount

public void setUnBindUserOrgCount(int count)

stopWorker

public void stopWorker()

bindSecurityContext

public abstract boolean bindSecurityContext(UserRepository ur,
                                            ServerConfig sc)
                                     throws SFDaoException,
                                            SFBindException,
                                            SFInvalidParameterException
Throws:
SFDaoException
SFBindException
SFInvalidParameterException

unBindSecurityContext

public abstract boolean unBindSecurityContext(UserRepository ur,
                                              ServerConfig sc)
                                       throws SFDaoException,
                                              SFBindException,
                                              SFInvalidParameterException
Throws:
SFDaoException
SFBindException
SFInvalidParameterException


Copyright © 2004 SoftForum Corp. All Rights Reserved.