|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzipit.ZipItProperty
Singleton properties ZipIt.properties 파일은 CLASSPATH에 위치하여야합니다.
| Method Summary | |
static ZipItProperty |
getInstance()
|
java.lang.String |
getProperty(java.lang.String key)
|
java.lang.String |
getServerIP()
|
java.lang.String |
getServerIP(int n)
정제엔진 서버IP 주소(이중화 Failover) |
int |
getServerIPCount()
다중 서버IP 수 |
int |
getServerPort()
|
int |
getServerPort(int n)
|
int |
getServerPortCount()
다중 서버포트 수 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ZipItProperty getInstance()
throws java.lang.Exception
java.lang.Exception
public java.lang.String getServerIP()
throws java.lang.Exception
java.lang.Exception
public java.lang.String getServerIP(int n)
throws java.lang.Exception
n - n번째 서버IP
java.lang.Exception
public int getServerIPCount()
throws java.lang.Exception
java.lang.Exception
public int getServerPort()
throws java.lang.Exception
java.lang.Exception
public int getServerPort(int n)
throws java.lang.Exception
n - n번째 서버포트
java.lang.Exception
public int getServerPortCount()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getProperty(java.lang.String key)
key - 환경설정 키 명칭
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||