org.apache.falcon.resource.channel
Class IPCChannel

java.lang.Object
  extended by org.apache.falcon.resource.channel.AbstractChannel
      extended by org.apache.falcon.resource.channel.IPCChannel
All Implemented Interfaces:
Channel

public class IPCChannel
extends AbstractChannel

Inter-process implementation of a Channel.


Constructor Summary
IPCChannel()
           
 
Method Summary
 void init(String ignoreColo, String serviceName)
           
<T> T
invoke(String methodName, Object... args)
           
 
Methods inherited from class org.apache.falcon.resource.channel.AbstractChannel
getMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPCChannel

public IPCChannel()
Method Detail

init

public void init(String ignoreColo,
                 String serviceName)
          throws FalconException
Throws:
FalconException

invoke

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


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