de.fzj.unicore.wsrflite.utils.deployment
Class DeploymentDescriptorImpl
java.lang.Object
de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
- All Implemented Interfaces:
- DeploymentDescriptor, Annotation
public class DeploymentDescriptorImpl
- extends Object
- implements DeploymentDescriptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentDescriptorImpl
public DeploymentDescriptorImpl(String iFace,
String impl,
boolean isPersistent)
DeploymentDescriptorImpl
public DeploymentDescriptorImpl(String iFace,
String impl,
boolean isPersistent,
String initTask)
iFace
public String iFace()
impl
public String impl()
initTask
public String initTask()
isPersistent
public boolean isPersistent()
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType in interface Annotation
Copyright © 2010. All Rights Reserved.