public class MTOSISoapCollectorProperties
extends java.lang.Object
| Constructor and Description |
|---|
MTOSISoapCollectorProperties(java.util.Properties props)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureAllProperties() |
java.lang.String |
getEmsHost() |
java.lang.String |
getEmsPort() |
java.util.Set<java.lang.String> |
getLayerConnections() |
java.lang.String |
getManagementDomain() |
java.lang.String |
getMeBatchSize() |
java.lang.String |
getMLSN() |
java.lang.String |
getPassword() |
long |
getRcvTimeout() |
java.lang.String |
getTopoBatchSize() |
java.lang.String |
getUserName() |
boolean |
isCollectData() |
boolean |
isGetCTPs() |
boolean |
isGetEntities() |
boolean |
isGetEquipAddInfo() |
boolean |
isGetFTPs() |
boolean |
isGetLayer1Conn() |
boolean |
isGetLayer2Conn() |
boolean |
isGetLayer3Conn() |
void |
setCollectData(boolean blnCollectData) |
void |
setEmsHost(java.lang.String emsHost) |
void |
setEmsPort(java.lang.String emsPort) |
void |
setGetCTPs(boolean blnGetCTPs) |
void |
setGetEntities(boolean blnGetEntities) |
void |
setGetEquipAddInfo(boolean blnGetEquipAddInfo) |
void |
setGetFTPs(boolean blnGetFTPs) |
void |
setGetLayer1Conn(boolean blnLayer1Conn) |
void |
setGetLayer2Conn(boolean blnLayer2Conn) |
void |
setGetLayer3Conn(boolean blnLayer3Conn) |
void |
setManagementDomain(java.lang.String managementDomain) |
void |
setMeBatchSize(java.lang.String meBatchSize) |
void |
setMLSN(java.lang.String mlsn) |
void |
setPassword(java.lang.String password) |
void |
setRcvTimeout(long lngRcvTimeout) |
void |
setTopoBatchSize(java.lang.String topoBatchSize) |
void |
setUserName(java.lang.String userName) |
public MTOSISoapCollectorProperties(java.util.Properties props)
props - Collector properties filepublic void configureAllProperties()
public java.lang.String getEmsHost()
public void setEmsHost(java.lang.String emsHost)
emsHost - the emsHost to setpublic java.lang.String getEmsPort()
public void setEmsPort(java.lang.String emsPort)
emsPort - the emsPort to setpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - the userName to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the password to setpublic boolean isCollectData()
public void setCollectData(boolean blnCollectData)
blnCollectData - public java.lang.String getMLSN()
public void setMLSN(java.lang.String mlsn)
mlsn - the mlsn to setpublic java.lang.String getManagementDomain()
public void setManagementDomain(java.lang.String managementDomain)
managementDomain - the managementDomain to setpublic java.lang.String getMeBatchSize()
public void setMeBatchSize(java.lang.String meBatchSize)
meBatchSize - the meBatchSize to setpublic java.lang.String getTopoBatchSize()
public void setTopoBatchSize(java.lang.String topoBatchSize)
topoBatchSize - the topoBatchSize to setpublic boolean isGetEntities()
public void setGetEntities(boolean blnGetEntities)
blnGetEntities - public boolean isGetEquipAddInfo()
public void setGetEquipAddInfo(boolean blnGetEquipAddInfo)
blnGetEquipAddInfo - public boolean isGetCTPs()
public void setGetCTPs(boolean blnGetCTPs)
blnGetCTPs - public boolean isGetFTPs()
public void setGetFTPs(boolean blnGetFTPs)
blnGetFTPs - public boolean isGetLayer1Conn()
public void setGetLayer1Conn(boolean blnLayer1Conn)
blnLayer1Conn - public boolean isGetLayer2Conn()
public void setGetLayer2Conn(boolean blnLayer2Conn)
blnLayer2Conn - public boolean isGetLayer3Conn()
public void setGetLayer3Conn(boolean blnLayer3Conn)
blnLayer3Conn - public long getRcvTimeout()
public void setRcvTimeout(long lngRcvTimeout)
lngRcvTimeout - Timeout in secondspublic java.util.Set<java.lang.String> getLayerConnections()