org.jboss.ejb3.annotation.impl
Class ServiceImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ServiceImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, org.jboss.ejb3.annotation.Service

public class ServiceImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.Service


Constructor Summary
ServiceImpl(org.jboss.ejb3.annotation.Service service)
           
ServiceImpl(java.lang.String objectName)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String name()
           
 java.lang.String objectName()
           
 void setName(java.lang.String name)
           
 void setObjectName(java.lang.String objectName)
           
 void setXMBean(java.lang.String xmbean)
           
 java.lang.String xmbean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

ServiceImpl

public ServiceImpl(org.jboss.ejb3.annotation.Service service)

ServiceImpl

public ServiceImpl(java.lang.String objectName)
Method Detail

setObjectName

public void setObjectName(java.lang.String objectName)

setName

public void setName(java.lang.String name)

objectName

public java.lang.String objectName()

name

public java.lang.String name()

setXMBean

public void setXMBean(java.lang.String xmbean)

xmbean

public java.lang.String xmbean()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation