Package org.apache.storm.generated
Class Nimbus.Processor.activate<I extends Nimbus.Iface>
java.lang.Object
org.apache.storm.thrift.ProcessFunction<I,Nimbus.activate_args>
 
org.apache.storm.generated.Nimbus.Processor.activate<I>
- Enclosing class:
 - Nimbus.Processor<I extends Nimbus.Iface>
 
public static class Nimbus.Processor.activate<I extends Nimbus.Iface>
extends org.apache.storm.thrift.ProcessFunction<I,Nimbus.activate_args> 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetResult(I iface, Nimbus.activate_args args) protected booleanisOneway()protected booleanMethods inherited from class org.apache.storm.thrift.ProcessFunction
getMethodName, process 
- 
Constructor Details
- 
activate
public activate() 
 - 
 - 
Method Details
- 
getEmptyArgsInstance
- Specified by:
 getEmptyArgsInstancein classorg.apache.storm.thrift.ProcessFunction<I extends Nimbus.Iface,Nimbus.activate_args> 
 - 
isOneway
protected boolean isOneway()- Specified by:
 isOnewayin classorg.apache.storm.thrift.ProcessFunction<I extends Nimbus.Iface,Nimbus.activate_args> 
 - 
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()- Overrides:
 rethrowUnhandledExceptionsin classorg.apache.storm.thrift.ProcessFunction<I extends Nimbus.Iface,Nimbus.activate_args> 
 - 
getResult
public Nimbus.activate_result getResult(I iface, Nimbus.activate_args args) throws org.apache.storm.thrift.TException - Specified by:
 getResultin classorg.apache.storm.thrift.ProcessFunction<I extends Nimbus.Iface,Nimbus.activate_args> - Throws:
 org.apache.storm.thrift.TException
 
 -