org.jdiameter.api
Interface MetaData
- All Superinterfaces:
- Wrapper
public interface MetaData
- extends Wrapper
This interface is implemented by sack vendors to let users know the local properties of a Diameter Stack implementation
and current instance.
- Version:
- 1.5.1 Final
- Author:
- erick.svenson@yahoo.com, artem.litvinov@gmail.com
getMajorVersion
int getMajorVersion()
- Returns:
- Retrieves the stack's major version number.
getMinorVersion
int getMinorVersion()
- Returns:
- Retrieves the stack's minor version number.
getStackType
StackType getStackType()
- Returns:
- stack type
getLocalPeer
Peer getLocalPeer()
- Returns:
- information about local instance of peer
getConfiguration
Configuration getConfiguration()
- Return configuration parameters
- Returns:
- configuration
Copyright © 2013. All Rights Reserved.