|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.config.SocketInterceptorConfig
public class SocketInterceptorConfig
Constructor Summary | |
---|---|
SocketInterceptorConfig()
|
Method Summary | |
---|---|
String |
getClassName()
Returns the name of the com.hazelcast.nio.SocketInterceptor implementation class |
Object |
getImplementation()
Returns the com.hazelcast.nio.SocketInterceptor implementation object |
Properties |
getProperties()
|
String |
getProperty(String name)
|
boolean |
isEnabled()
Returns if this configuration is enabled |
SocketInterceptorConfig |
setClassName(String className)
Sets the name for the com.hazelcast.nio.SocketInterceptor implementation class |
SocketInterceptorConfig |
setEnabled(boolean enabled)
Enables and disables this configuration |
SocketInterceptorConfig |
setImplementation(Object implementation)
Sets the com.hazelcast.nio.SocketInterceptor implementation object |
SocketInterceptorConfig |
setProperties(Properties properties)
|
SocketInterceptorConfig |
setProperty(String name,
String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocketInterceptorConfig()
Method Detail |
---|
public String getClassName()
com.hazelcast.nio.SocketInterceptor
implementation class
public SocketInterceptorConfig setClassName(String className)
com.hazelcast.nio.SocketInterceptor
implementation class
className
- the name of the com.hazelcast.nio.SocketInterceptor
implementation class to set
public SocketInterceptorConfig setImplementation(Object implementation)
com.hazelcast.nio.SocketInterceptor
implementation object
implementation
- implementation object
public Object getImplementation()
com.hazelcast.nio.SocketInterceptor
implementation object
public boolean isEnabled()
public SocketInterceptorConfig setEnabled(boolean enabled)
enabled
- public SocketInterceptorConfig setProperty(String name, String value)
public String getProperty(String name)
public Properties getProperties()
public SocketInterceptorConfig setProperties(Properties properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |