17 lines
278 B
SQL
17 lines
278 B
SQL
service CLIP {
|
|
tags {server, host, port}
|
|
}
|
|
|
|
|
|
class JAVAServer {
|
|
verbs {get, set, monitorOn, monitorOff}
|
|
attributes {
|
|
Thing1 CLIP {server=JServer1, host=localhost, port=9900};
|
|
Thing2 CLIP {server=JServer1, host=localhost, port=9900};
|
|
}
|
|
}
|
|
|
|
JAVAServer :
|
|
JServer1
|
|
;
|