org.apache.falcon.resource.channel
Interface Channel

All Known Implementing Classes:
AbstractChannel, HTTPChannel, IPCChannel

public interface Channel

Interface for a Channel.


Method Summary
 void init(String colo, String serviceName)
           
<T> T
invoke(String methodName, Object... args)
           
 

Method Detail

init

void init(String colo,
          String serviceName)
          throws FalconException
Throws:
FalconException

invoke

<T> T invoke(String methodName,
             Object... args)
         throws FalconException
Throws:
FalconException


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