Class SimpleBeanCreationMetaData<K>
- java.lang.Object
-
- org.wildfly.clustering.ejb.cache.bean.SimpleBeanCreationMetaData<K>
-
- Type Parameters:
K- the bean group identifier type
- All Implemented Interfaces:
BeanCreationMetaData<K>
public class SimpleBeanCreationMetaData<K> extends Object implements BeanCreationMetaData<K>
A simpleBeanCreationMetaDataimplementation- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleBeanCreationMetaData(String name, K groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreationTime()KgetGroupId()StringgetName()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceBeanCreationMetaData<K>
-
getGroupId
public K getGroupId()
- Specified by:
getGroupIdin interfaceBeanCreationMetaData<K>
-
getCreationTime
public Instant getCreationTime()
- Specified by:
getCreationTimein interfaceBeanCreationMetaData<K>
-
-