org.tinygroup.flowprocessor
Class FlowServiceInfo

java.lang.Object
  extended by org.tinygroup.flowprocessor.FlowServiceInfo
All Implemented Interfaces:
Serializable, Comparable<org.tinygroup.event.ServiceInfo>, org.tinygroup.event.ServiceInfo

public class FlowServiceInfo
extends Object
implements org.tinygroup.event.ServiceInfo

Created by luoguo on 14-4-9.

See Also:
Serialized Form

Constructor Summary
FlowServiceInfo(Flow flow)
           
 
Method Summary
 int compareTo(org.tinygroup.event.ServiceInfo o)
           
 String getCategory()
           
 List<org.tinygroup.event.Parameter> getParameters()
           
 List<org.tinygroup.event.Parameter> getResults()
           
 String getServiceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowServiceInfo

public FlowServiceInfo(Flow flow)
Method Detail

getServiceId

public String getServiceId()
Specified by:
getServiceId in interface org.tinygroup.event.ServiceInfo

getParameters

public List<org.tinygroup.event.Parameter> getParameters()
Specified by:
getParameters in interface org.tinygroup.event.ServiceInfo

getResults

public List<org.tinygroup.event.Parameter> getResults()
Specified by:
getResults in interface org.tinygroup.event.ServiceInfo

compareTo

public int compareTo(org.tinygroup.event.ServiceInfo o)
Specified by:
compareTo in interface Comparable<org.tinygroup.event.ServiceInfo>

getCategory

public String getCategory()
Specified by:
getCategory in interface org.tinygroup.event.ServiceInfo


Copyright © 2006–2015 TinyGroup. All rights reserved.