public class JMSConnectionFactoryDefinitionDescriptor extends AbstractConnectorResourceDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
JMSConnectionFactoryDefinitionDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
addJMSConnectionFactoryPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor) |
String |
getClassName() |
String |
getClientId() |
String |
getInterfaceName() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
String |
getPassword() |
String |
getUser() |
boolean |
isConflict(JMSConnectionFactoryDefinitionDescriptor other) |
boolean |
isTransactional() |
boolean |
isTransactionSet() |
void |
setClassName(String className) |
void |
setClientId(String clientId) |
void |
setInterfaceName(String interfaceName) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMinPoolSize(int minPoolSize) |
void |
setPassword(String password) |
void |
setTransactional(boolean transactional) |
void |
setTransactionSet(boolean value) |
void |
setUser(String user) |
addProperty, equals, getJavaName, getName, getProperties, getProperty, getResourceAdapter, hashCode, setName, setResourceAdapter
getMetadataSource, getResourceId, getResourceType, setMetadataSource, setResourceId, setResourceType
addDescriptorExtension, 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, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public JMSConnectionFactoryDefinitionDescriptor()
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public String getClassName()
public void setClassName(String className)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public String getClientId()
public void setClientId(String clientId)
public boolean isTransactional()
public void setTransactional(boolean transactional)
public boolean isTransactionSet()
public void setTransactionSet(boolean value)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public int getMinPoolSize()
public void setMinPoolSize(int minPoolSize)
public void addJMSConnectionFactoryPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)
public boolean isConflict(JMSConnectionFactoryDefinitionDescriptor other)
Copyright © 2019. All rights reserved.