Node

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

Value members

Concrete methods

def getAliases(): String
def getConnection(): String
def getHost(): String
def getName(): String
override def getNotificationInfo(): Array[MBeanNotificationInfo]
Definition Classes
NotificationBroadcasterSupport -> NotificationBroadcaster
def getPingInfo(): String
def getPort(): Int
def getProtocolMetadata(): String
def getStatus(): String
def getSupervisor(): String
def getTags(): 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