public class FeedConnectionManager extends Object implements IFeedConnectionManager
| Constructor and Description |
|---|
FeedConnectionManager(String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterFeed(FeedConnectionId feedId) |
void |
deRegisterFeedRuntime(FeedConnectionId connectionId,
FeedRuntimeId feedRuntimeId) |
FeedRuntime |
getFeedRuntime(FeedConnectionId connectionId,
FeedRuntimeId feedRuntimeId) |
FeedRuntimeManager |
getFeedRuntimeManager(FeedConnectionId feedId) |
List<FeedRuntimeId> |
getRegisteredRuntimes() |
void |
registerFeedRuntime(FeedConnectionId connectionId,
FeedRuntime feedRuntime) |
String |
toString() |
public FeedConnectionManager(String nodeId)
public FeedRuntimeManager getFeedRuntimeManager(FeedConnectionId feedId)
getFeedRuntimeManager in interface IFeedConnectionManagerpublic void deregisterFeed(FeedConnectionId feedId)
deregisterFeed in interface IFeedConnectionManagerpublic void registerFeedRuntime(FeedConnectionId connectionId, FeedRuntime feedRuntime) throws Exception
registerFeedRuntime in interface IFeedConnectionManagerExceptionpublic void deRegisterFeedRuntime(FeedConnectionId connectionId, FeedRuntimeId feedRuntimeId)
deRegisterFeedRuntime in interface IFeedConnectionManagerpublic FeedRuntime getFeedRuntime(FeedConnectionId connectionId, FeedRuntimeId feedRuntimeId)
getFeedRuntime in interface IFeedConnectionManagerpublic List<FeedRuntimeId> getRegisteredRuntimes()
getRegisteredRuntimes in interface IFeedConnectionManagerCopyright © 2016 The Apache Software Foundation. All rights reserved.