public interface StackImplMBean
| Modifier and Type | Method and Description |
|---|---|
String |
configuration()
Return string representation of stack instanceconfiguration
|
boolean |
isActive()
Return true if stack is started
|
String |
metaData()
Return string representation of stack instance metadata
|
String |
peerDescription(String name)
Reurn description (include state) of defined peer
|
String |
peerList()
Return list of peer
|
void |
start()
Run startd procedure
|
void |
stop(int disconnectCause)
Run stop procedure
|
String configuration()
String metaData()
String peerDescription(String name)
name - peer host nameString peerList()
boolean isActive()
void stop(int disconnectCause)
void start()
throws IllegalDiameterStateException,
InternalException
Copyright © 2016. All Rights Reserved.