org.jboss.tutorial.service.bean
Class ServiceTwo

java.lang.Object
  extended by org.jboss.tutorial.service.bean.ServiceTwo
All Implemented Interfaces:
ServiceTwoManagement

public class ServiceTwo
extends java.lang.Object
implements ServiceTwoManagement


Field Summary
static java.lang.String OBJECT_NAME
          The ObjectName for ServiceTwo
 
Constructor Summary
ServiceTwo()
           
 
Method Summary
 java.lang.String sayHello()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
The ObjectName for ServiceTwo

See Also:
Constant Field Values
Constructor Detail

ServiceTwo

public ServiceTwo()
Method Detail

sayHello

public java.lang.String sayHello()
Specified by:
sayHello in interface ServiceTwoManagement

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface ServiceTwoManagement
Throws:
java.lang.Exception

stop

public void stop()
Specified by:
stop in interface ServiceTwoManagement