| com.sun.wma.api.server.CBSServer
All known Subclasses: com.sun.tck.wma.cbs.CBSTestServer,
CBSServer | public interface CBSServer (Code) | | CBS server interface, used by JDTS test harness.
|
Method Summary | |
public void | die() CBS server terminates any active operations and frees up
resources.. | public void | init() Initialize CBS server. | public void | send(String type, int segNum, String address) Send a CBS message. |
die | public void die()(Code) | | CBS server terminates any active operations and frees up
resources..
|
init | public void init()(Code) | | Initialize CBS server.
|
send | public void send(String type, int segNum, String address)(Code) | | Send a CBS message.
Parameters: type - "gsm7", "ucs2", or "binary" Parameters: segNum - Number of message segemnts Parameters: address - CBS address for the message |
|
|