|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.linuxsampler.lscp.ServerInfo
public final class ServerInfo
Provides general information about LinuxSampler instance.
| Constructor Summary | |
|---|---|
ServerInfo(java.lang.String[] resultSet)
Creates a new instance of ServerInfo and parses the information
described by resultSet. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets description about the sampler. |
java.lang.String |
getProtocolVersion()
Gets the version of the LSCP protocol. |
java.lang.String |
getVersion()
Gets the version of the sampler. |
boolean |
hasInstrumentsDbSupport()
Determines whether the backend is build with instruments database support. |
boolean |
parse(java.lang.String s)
Parses a line of text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInfo(java.lang.String[] resultSet)
ServerInfo and parses the information
described by resultSet.
resultSet - An array with information categories about a sampler.| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getVersion()
public java.lang.String getProtocolVersion()
public boolean hasInstrumentsDbSupport()
public boolean parse(java.lang.String s)
parse in interface Parseables - The string to be parsed.
true if the line has been processed, false otherwise.
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||