org.apache.falcon.resource.channel
Class AbstractChannel
java.lang.Object
org.apache.falcon.resource.channel.AbstractChannel
- All Implemented Interfaces:
- Channel
- Direct Known Subclasses:
- HTTPChannel, IPCChannel
public abstract class AbstractChannel
- extends Object
- implements Channel
A base class for Channel.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.falcon.resource.channel.Channel |
init, invoke |
AbstractChannel
public AbstractChannel()
getMethod
protected Method getMethod(Class service,
String methodName,
Object... args)
throws FalconException
- Throws:
FalconException
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.