public class MetaDataImpl extends Object implements IMetaData
| Modifier and Type | Class and Description |
|---|---|
protected class |
MetaDataImpl.ClientLocalPeer |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ApplicationId> |
appIds |
protected List<MemoryPoolMXBean> |
beans |
protected IPeer |
peer |
protected ISessionDatasource |
sessionDataSource |
protected IContainer |
stack |
protected long |
state |
| Constructor and Description |
|---|
MetaDataImpl(IContainer s) |
MetaDataImpl(IContainer s,
IStatisticManager statisticFactory) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
long |
getLocalHostStateId()
Return host state value
|
Peer |
getLocalPeer() |
int |
getMajorVersion() |
int |
getMinorVersion() |
StackType |
getStackType() |
boolean |
isWrapperFor(Class<?> aClass) |
protected IPeer |
newLocalPeer(IStatisticManager statisticFactory) |
<T> T |
unwrap(Class<T> aClass) |
void |
updateLocalHostStateId()
Set new value of host state
|
protected List<MemoryPoolMXBean> beans
protected IContainer stack
protected long state
protected IPeer peer
protected Set<ApplicationId> appIds
protected final ISessionDatasource sessionDataSource
public MetaDataImpl(IContainer s)
public MetaDataImpl(IContainer s, IStatisticManager statisticFactory)
protected IPeer newLocalPeer(IStatisticManager statisticFactory)
public Peer getLocalPeer()
getLocalPeer in interface MetaDatapublic int getMajorVersion()
getMajorVersion in interface MetaDatapublic int getMinorVersion()
getMinorVersion in interface MetaDatapublic StackType getStackType()
getStackType in interface MetaDatapublic Configuration getConfiguration()
getConfiguration in interface MetaDatapublic void updateLocalHostStateId()
IMetaDataupdateLocalHostStateId in interface IMetaDatapublic long getLocalHostStateId()
IMetaDatagetLocalHostStateId in interface IMetaDatapublic boolean isWrapperFor(Class<?> aClass) throws InternalException
isWrapperFor in interface WrapperInternalExceptionpublic <T> T unwrap(Class<T> aClass) throws InternalException
unwrap in interface WrapperInternalExceptionCopyright © 2016. All Rights Reserved.