org.jboss.tutorial.service.bean
Class XMBeanService

java.lang.Object
  extended by org.jboss.tutorial.service.bean.XMBeanService
All Implemented Interfaces:
XMBeanServiceRemote

public class XMBeanService
extends java.lang.Object
implements XMBeanServiceRemote


Field Summary
static java.lang.String OBJECT_NAME
          The ObjectName for XMBeanService
 
Constructor Summary
XMBeanService()
           
 
Method Summary
 int getIntAttribute()
           
 void remoteBusinessMethodToSetAttribute(int val)
           
 java.lang.String sayHello()
           
 void setIntAttribute(int attribute)
           
 
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 XMBeanService

See Also:
Constant Field Values
Constructor Detail

XMBeanService

public XMBeanService()
Method Detail

setIntAttribute

public void setIntAttribute(int attribute)

getIntAttribute

public int getIntAttribute()

sayHello

public java.lang.String sayHello()

remoteBusinessMethodToSetAttribute

public void remoteBusinessMethodToSetAttribute(int val)
Specified by:
remoteBusinessMethodToSetAttribute in interface XMBeanServiceRemote