|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.sma.MessageMetadataFactory
public final class MessageMetadataFactory
Message metadata factory class.
Method Summary | |
---|---|
MessageMetadata |
createItem(Object object)
Create a new item. |
MessageMetadata[] |
createItemArray(int size)
Create a new item array. |
MessageMetadata |
createMessageMetadata()
|
static MessageMetadataFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final MessageMetadataFactory getInstance()
public final MessageMetadata createItem(Object object)
UtlPool.Factory
createItem
in interface UtlPool.Factory<MessageMetadata>
object
- The user object passed into get that resulted in
this call to create a new item.public final MessageMetadata[] createItemArray(int size)
UtlPool.Factory
createItemArray
in interface UtlPool.Factory<MessageMetadata>
public final MessageMetadata createMessageMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |