org.objectweb.jonas_ejb.deployment.xml
Interface ResourceRef
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ResourceRefImpl
- public interface ResourceRef
- extends java.io.Serializable
ZEUS_XML_NAME
public static final java.lang.String ZEUS_XML_NAME
ZEUS_ATTRIBUTES
public static final java.lang.String[] ZEUS_ATTRIBUTES
ZEUS_ELEMENTS
public static final java.lang.String[] ZEUS_ELEMENTS
getDescription
public Description getDescription()
setDescription
public void setDescription(Description description)
getResRefName
public ResRefName getResRefName()
setResRefName
public void setResRefName(ResRefName resRefName)
getResType
public ResType getResType()
setResType
public void setResType(ResType resType)
getResAuth
public ResAuth getResAuth()
setResAuth
public void setResAuth(ResAuth resAuth)
getResSharingScope
public ResSharingScope getResSharingScope()
setResSharingScope
public void setResSharingScope(ResSharingScope resSharingScope)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
marshal
public void marshal(java.io.File file)
throws java.io.IOException
marshal
public void marshal(java.io.OutputStream outputStream)
throws java.io.IOException
marshal
public void marshal(java.io.Writer writer)
throws java.io.IOException