|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.detector.bsf.client.BSFClient
public class BSFClient
BSFClient class.
| Constructor Summary | |
|---|---|
BSFClient()
|
|
| Method Summary | |
|---|---|
void |
close()
close |
void |
connect(InetAddress address,
int port,
int timeout)
connect |
String |
getBsfEngine()
|
String[] |
getFileExtensions()
|
String |
getFileName()
|
String |
getLangClass()
|
String |
getRunType()
|
String |
getServiceName()
|
BSFResponse |
receiveBanner()
receiveBanner |
BSFResponse |
sendRequest(BSFRequest request)
sendRequest |
void |
setBsfEngine(String bsfEngine)
|
void |
setFileExtensions(String[] fileExtensions)
|
void |
setFileName(String fileName)
|
void |
setLangClass(String langClass)
|
void |
setRunType(String runType)
|
void |
setServiceName(String serviceName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BSFClient()
| Method Detail |
|---|
public void close()
close
close in interface Client<BSFRequest,BSFResponse>
public void connect(InetAddress address,
int port,
int timeout)
throws IOException,
Exception
connect
connect in interface Client<BSFRequest,BSFResponse>address - a InetAddress object.port - a int.timeout - a int.
IOException - if any.
Exception - if any.
public BSFResponse receiveBanner()
throws IOException,
Exception
receiveBanner
receiveBanner in interface Client<BSFRequest,BSFResponse>BSFResponse object.
IOException - if any.
Exception - if any.
public BSFResponse sendRequest(BSFRequest request)
throws IOException,
Exception
sendRequest
sendRequest in interface Client<BSFRequest,BSFResponse>request - a BSFRequest object.
BSFResponse object.
IOException - if any.
Exception - if any.public String getServiceName()
public void setServiceName(String serviceName)
public String getFileName()
public void setFileName(String fileName)
public String getLangClass()
public void setLangClass(String langClass)
public String getBsfEngine()
public void setBsfEngine(String bsfEngine)
public String[] getFileExtensions()
public void setFileExtensions(String[] fileExtensions)
public String getRunType()
public void setRunType(String runType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||