org.eclipse.stp.core.sca
Interface SLSBBinding

All Superinterfaces:
Binding, SCAObject

public interface SLSBBinding
extends Binding

A representation of the model object 'SLSB Binding'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getSLSBBinding()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getJndiName()
          Returns the value of the 'Jndi Name' attribute.
 void setJndiName(java.lang.String value)
          Sets the value of the 'Jndi Name' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.Binding
getUri, setUri
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getJndiName

java.lang.String getJndiName()
Returns the value of the 'Jndi Name' attribute.

If the meaning of the 'Jndi Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Jndi Name' attribute.
See Also:
setJndiName(String), SCAPackage.getSLSBBinding_JndiName()

setJndiName

void setJndiName(java.lang.String value)
Sets the value of the 'Jndi Name' attribute.

Parameters:
value - the new value of the 'Jndi Name' attribute.
See Also:
getJndiName()