com.khubla.pragmatach.examples.clusterexample
Class ExampleClusteredController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.examples.clusterexample.ExampleClusteredController
All Implemented Interfaces:
PragmatachController

@Clustered
@Controller(name="exampleClusteredController")
public class ExampleClusteredController
extends AbstractController

Author:
tome

Constructor Summary
ExampleClusteredController()
           
 
Method Summary
 int getCount()
           
 void setCount(int count)
           
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractController
bad, buildWildcardResourceURI, forward, getApplicationURL, getCacheHeaders, getConfigurationParameter, getControllerName, getControllerName, getPragmatachRoute, getRequest, getResource, getSessionScopedController, ok, redirect, setPragmatachRoute, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleClusteredController

public ExampleClusteredController()
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)


Copyright © 2014 khubla.com. All rights reserved.