public abstract class AbstractMessagingSkeletonFactory extends Object implements IMessagingSkeletonFactory
| Modifier and Type | Field and Description |
|---|---|
protected List<IMessagingSkeleton> |
messagingSkeletonList |
| Constructor and Description |
|---|
AbstractMessagingSkeletonFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMessagingSkeleton |
getSkeleton(Address address) |
void |
init() |
void |
shutdown() |
protected List<IMessagingSkeleton> messagingSkeletonList
public void init()
init in interface IMessagingSkeletonpublic void shutdown()
shutdown in interface IMessagingSkeletonpublic IMessagingSkeleton getSkeleton(Address address)
getSkeleton in interface IMessagingSkeletonFactoryCopyright © 2021. All rights reserved.