|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.safeidentity.adminservice.objects.SFObject
com.safeidentity.adminservice.objects.Profile
com.safeidentity.adminservice.objects.PolicyRepository
Field Summary |
Fields inherited from class com.safeidentity.adminservice.objects.Profile |
m_vcProfile |
Fields inherited from class com.safeidentity.adminservice.objects.SFObject |
m_dCreate, m_dModify, m_strCreator, m_strDesc, m_strEid, m_strId, m_strModifier, m_strName |
Constructor Summary | |
PolicyRepository()
»ý¼ºÀÚ |
|
PolicyRepository(java.lang.String strId)
»ý¼ºÀÚ |
Method Summary | |
boolean |
addServerList(ServerConfig serverConfig)
ServerConfig¸¦ Ãß°¡ÇÑ´Ù. |
void |
addServerList(java.util.Vector szServerList)
ServerConfig ¸ñ·ÏÀ» Ãß°¡ÇÑ´Ù. |
boolean |
delServerList(ServerConfig serverConfig)
ServerConfig¸¦ »èÁ¦ÇÑ´Ù. |
void |
delServerList(java.util.Vector szServerList)
¿©·¯ ServerConfig ¸ñ·ÏÀ» »èÁ¦ÇÑ´Ù. nameÀÌ µ¿ÀÏÇÑ ServerConfig¸¦ ã¾Æ¼ »èÁ¦ÇÑ´Ù. |
void |
destroy()
Method destroy |
void |
finalize()
|
java.lang.String |
getBaseLocation()
|
java.util.Vector |
getServerList()
|
boolean |
modifyServerList(ServerConfig serverConfig)
ServerConfig Ç׸ñÀ» º¯°æÇÑ´Ù. |
void |
setBaseLocation(java.lang.String base)
|
boolean |
setServerList(java.lang.String strServerConfig)
ServerList¸¦ 1°³ÀÇ ServerConfig·Î ¼³Á¤ÇÑ´Ù. |
void |
setServerList(java.util.Vector szServerList)
|
void |
updateBaseLocation()
ÇöÀç °´Ã¼ÀÇ base location °ªÀ¸·Î ServerConfig ¸ñ·ÏÀÇ base location °ªÀ» ¸ðµÎ º¯°æÇÑ´Ù. |
Methods inherited from class com.safeidentity.adminservice.objects.Profile |
addProfile, addProfile, deleteProfile, getProfile, getProfile, main, setProfile, toString |
Methods inherited from class com.safeidentity.adminservice.objects.SFObject |
getCreateDate, getCreateTimeStamp, getCreator, getDesc, getEid, getId, getModifier, getModifyDate, getModifyTimeStamp, getName, setCreateDate, setCreateTimeStamp, setCreator, setDesc, setEid, setId, setModifier, setModifyDate, setModifyTimeStamp, setName, setObject |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PolicyRepository()
public PolicyRepository(java.lang.String strId)
strId
- ¾ÆÀ̵ðMethod Detail |
public void setBaseLocation(java.lang.String base)
public java.lang.String getBaseLocation()
public java.util.Vector getServerList()
public void setServerList(java.util.Vector szServerList)
public boolean setServerList(java.lang.String strServerConfig)
strServerConfig
- ¼³Á¤ÇÒ ServerConfig Á¤º¸. ServerConfigÀÇ ¾ç½ÄÀ» µû¶ó¾ß ÇÑ´Ù.
public boolean addServerList(ServerConfig serverConfig)
serverConfig
- Ãß°¡ÇÒ ServerConfig
public void addServerList(java.util.Vector szServerList)
szServerList
- public boolean delServerList(ServerConfig serverConfig)
serverConfig
- »èÁ¦ÇÏ·Á´Â ServerConfig
public void delServerList(java.util.Vector szServerList)
szServerList
- »èÁ¦ÇÏ·Á´Â ServerConfig ¸ñ·Ïpublic boolean modifyServerList(ServerConfig serverConfig)
serverConfig
- º¯°æÇÏ·Á´Â ServerConfig
public void updateBaseLocation()
public void destroy()
Profile
destroy
in class Profile
public void finalize() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |