org.jbpm.examples.quickstarts
Class HelloService

java.lang.Object
  extended by org.jbpm.examples.quickstarts.HelloService

public class HelloService
extends Object


Constructor Summary
HelloService()
           
 
Method Summary
static HelloService getInstance()
           
 void sayHello(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloService

public HelloService()
Method Detail

getInstance

public static HelloService getInstance()

sayHello

public void sayHello(String name)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.