public interface MulticastConnection
Field Summary | |
---|---|
static int |
STATUS_CONNECTED
|
static int |
STATUS_DISCONNECTED
|
Fields inherited from interface LifeCycle |
---|
RESULT_GENERIC_ERROR, RESULT_INVALID_STATUS, RESULT_OK, STATUS_INIT, STATUS_RELEASED |
Method Summary | |
---|---|
int |
close()
|
int |
enableNotify(int entityClassID)
|
int |
open()
|
Methods inherited from interface CommunicationLifeCycle |
---|
getContext, getListener, getParam |
Methods inherited from interface LifeCycle |
---|
enumChilds, getStatus, release |
Field Detail |
---|
static final int STATUS_CONNECTED
static final int STATUS_DISCONNECTED
Method Detail |
---|
int open()
int close()
int enableNotify(int entityClassID)