public interface VistaLinkConnectionSpec
extends javax.resource.cci.ConnectionSpec
It identifies the most common property(s): Currently, division.
The sub-classes should extend if there are more properties.
Modifier and Type | Method and Description |
---|---|
void |
clearSecurityNode(org.w3c.dom.Node securityNode)
clears the information in the security node
|
java.lang.String |
getDivision()
Returns the division of this ConnectionSpec.
|
java.util.ArrayList |
getProprietarySecurityInfo()
Gets the security information as a proprietary string
|
java.lang.String |
getSecurityType()
returns the security mechanism type
|
boolean |
isConnSpecEqual(java.lang.Object obj)
Deprecated.
Use equals() method.
|
void |
setAuthenticationNodes(org.w3c.dom.Document requestDoc,
org.w3c.dom.Node securityNode)
creates the xml in the security node
|
void |
setDivision(java.lang.String division)
Sets the division
|
java.lang.String getDivision()
void setDivision(java.lang.String division)
division
- the division number to be setvoid setAuthenticationNodes(org.w3c.dom.Document requestDoc, org.w3c.dom.Node securityNode)
requestDoc
- the Document object that contains the nodessecurityNode
- the node to create the XML undervoid clearSecurityNode(org.w3c.dom.Node securityNode)
securityNode
- the node to clearjava.util.ArrayList getProprietarySecurityInfo()
boolean isConnSpecEqual(java.lang.Object obj)
obj
- the object to comparejava.lang.String getSecurityType()
VistALink v1.6a