public class TssLinkType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
ejbName |
protected List<String> |
jndiName |
protected String |
tssName |
| Constructor and Description |
|---|
TssLinkType() |
TssLinkType(String ejbName,
String tssName,
List<String> jndiName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbName() |
List<String> |
getJndiName() |
String |
getTssName() |
void |
setEjbName(String ejbName) |
void |
setTssName(String tssName) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.