org.apache.falcon.resource.channel
Class AbstractChannel

java.lang.Object
  extended by 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.


Constructor Summary
AbstractChannel()
           
 
Method Summary
protected  Method getMethod(Class service, String methodName, Object... args)
           
 
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
 

Constructor Detail

AbstractChannel

public AbstractChannel()
Method Detail

getMethod

protected Method getMethod(Class service,
                           String methodName,
                           Object... args)
                    throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.