org.jdiameter.client.impl
Interface StackImplMBean

All Known Subinterfaces:
StackImplMBean
All Known Implementing Classes:
StackImpl, StackImpl

public interface StackImplMBean

Stack MBean interface.

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Method Summary
 java.lang.String configuration()
          Return string representation of stack instanceconfiguration
 boolean isActive()
          Return true if stack is started
 java.lang.String metaData()
          Return string representation of stack instance metadata
 java.lang.String peerDescription(java.lang.String name)
          Reurn description (include state) of defined peer
 java.lang.String peerList()
          Return list of peer
 void start()
          Run startd procedure
 void stop(int disconnectCause)
          Run stop procedure
 

Method Detail

configuration

java.lang.String configuration()
Return string representation of stack instanceconfiguration

Returns:
string representation of stack instance configuration

metaData

java.lang.String metaData()
Return string representation of stack instance metadata

Returns:
string representation of stack instance metadata

peerDescription

java.lang.String peerDescription(java.lang.String name)
Reurn description (include state) of defined peer

Parameters:
name - peer host name
Returns:
description of defined peer

peerList

java.lang.String peerList()
Return list of peer

Returns:
list of peer

isActive

boolean isActive()
Return true if stack is started

Returns:
true if stack is started

stop

void stop(int disconnectCause)
Run stop procedure


start

void start()
           throws IllegalDiameterStateException,
                  InternalException
Run startd procedure

Throws:
IllegalDiameterStateException
InternalException


Copyright © 2014. All Rights Reserved.