Interface McastServiceMBean
- All Known Implementing Classes:
 McastService
public interface McastServiceMBean
- 
Method Details
- 
getAddress
String getAddress() - 
getPort
int getPort() - 
getFrequency
long getFrequency() - 
getDropTime
long getDropTime() - 
getBind
String getBind() - 
getTtl
int getTtl() - 
getDomain
byte[] getDomain() - 
getSoTimeout
int getSoTimeout() - 
getRecoveryEnabled
boolean getRecoveryEnabled() - 
getRecoveryCounter
int getRecoveryCounter() - 
getRecoverySleepTime
long getRecoverySleepTime() - 
getLocalLoopbackDisabled
boolean getLocalLoopbackDisabled() - 
getLocalMemberName
String getLocalMemberName() - 
getProperties
Properties getProperties() - 
hasMembers
boolean hasMembers() - 
getMembersByName
String[] getMembersByName() - 
findMemberByName
 
 -