public class MailSessionDescriptor extends ResourceDescriptor
| Constructor and Description |
|---|
MailSessionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMailSessionPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor) |
void |
addProperty(String key,
String value) |
boolean |
equals(Object object) |
String |
getFrom() |
String |
getHost() |
static String |
getJavaName(String thisName) |
String |
getName() |
static String |
getName(String thisName) |
String |
getPassword() |
Properties |
getProperties() |
String |
getProperty(String key) |
String |
getStoreProtocol() |
String |
getTransportProtocol() |
String |
getUser() |
int |
hashCode() |
boolean |
isConflict(MailSessionDescriptor other) |
boolean |
isDeployed() |
void |
setDeployed(boolean deployed) |
void |
setFrom(String from) |
void |
setHost(String host) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setStoreProtocol(String storeProtocol) |
void |
setTransportProtocol(String transportProtocol) |
void |
setUser(String user) |
getMetadataSource, getResourceId, getResourceType, setMetadataSource, setResourceId, setResourceTypeaddDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic String getName()
getName in class org.glassfish.deployment.common.Descriptorpublic void setName(String name)
setName in class org.glassfish.deployment.common.Descriptorpublic Properties getProperties()
public String getStoreProtocol()
public void setStoreProtocol(String storeProtocol)
public String getTransportProtocol()
public void setTransportProtocol(String transportProtocol)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public String getHost()
public void setHost(String host)
public String getFrom()
public void setFrom(String from)
public void addMailSessionPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)
public void setDeployed(boolean deployed)
public boolean isDeployed()
public boolean isConflict(MailSessionDescriptor other)
Copyright © 2013. All Rights Reserved.