Package io.joynr.messaging
Class AbstractMessagingSkeletonFactory
- java.lang.Object
-
- io.joynr.messaging.AbstractMessagingSkeletonFactory
-
- All Implemented Interfaces:
IMessagingSkeleton,IMessagingSkeletonFactory
public abstract class AbstractMessagingSkeletonFactory extends Object implements IMessagingSkeletonFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected List<IMessagingSkeleton>messagingSkeletonList
-
Constructor Summary
Constructors Constructor Description AbstractMessagingSkeletonFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMessagingSkeletongetSkeleton(Address address)voidinit()voidshutdown()
-
-
-
Field Detail
-
messagingSkeletonList
protected List<IMessagingSkeleton> messagingSkeletonList
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceIMessagingSkeleton
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceIMessagingSkeleton
-
getSkeleton
public IMessagingSkeleton getSkeleton(Address address)
- Specified by:
getSkeletonin interfaceIMessagingSkeletonFactory
-
-