NodeSet

@SuppressWarnings(scala.Array.apply[java.lang.String]("NullAssignment")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
final class NodeSet extends NotificationBroadcasterSupport with NodeSetMBean with NotificationSupport
Companion:
object
trait NodeSetMBean
class NotificationBroadcasterSupport
trait NotificationEmitter
trait NotificationBroadcaster
class Object
trait Matchable
class Any

Value members

Concrete methods

def getConnection(): String
def getConnectionOptions(): String
def getName(): String
def getNodes(): String
override def getNotificationInfo(): Array[MBeanNotificationInfo]
Definition Classes
NotificationBroadcasterSupport -> NotificationBroadcaster
def getSecondaries(): String
def getSupervisor(): String

Inherited methods

def addNotificationListener(x$0: NotificationListener, x$1: NotificationFilter, x$2: <FromJavaObject>): Unit
Inherited from:
NotificationBroadcasterSupport
protected def attributeChanged[T : ClassTag](name: String, message: String, oldValue: T, newValue: T)(f: T => Unit): Unit
Inherited from:
NotificationSupport
@throws(javax.management.ListenerNotFoundException)
def removeNotificationListener(x$0: NotificationListener, x$1: NotificationFilter, x$2: <FromJavaObject>): Unit
Inherited from:
NotificationBroadcasterSupport
@throws(javax.management.ListenerNotFoundException)
def removeNotificationListener(x$0: NotificationListener): Unit
Inherited from:
NotificationBroadcasterSupport
def sendNotification(x$0: Notification): Unit
Inherited from:
NotificationBroadcasterSupport

Inherited fields

protected val changeSeq: AtomicLong
Inherited from:
NotificationSupport