org.jboss.tutorial.service.bean
Interface ServiceOneManagement

All Known Implementing Classes:
ServiceOne

public interface ServiceOneManagement


Method Summary
 void create()
           
 void destroy()
           
 int getAttribute()
           
 java.lang.String sayHello()
           
 void setAttribute(int attribute)
           
 void start()
           
 void stop()
           
 

Method Detail

setAttribute

void setAttribute(int attribute)

getAttribute

int getAttribute()

sayHello

java.lang.String sayHello()

create

void create()
            throws java.lang.Exception
Throws:
java.lang.Exception

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()

destroy

void destroy()