org.jboss.ejb3.annotation.impl
Class ServiceImpl
java.lang.Object
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)
|
| 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 |
ServiceImpl
public ServiceImpl(org.jboss.ejb3.annotation.Service service)
ServiceImpl
public ServiceImpl(java.lang.String objectName)
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