public class PersistedJNDI extends Object implements EncodingSupport
| Constructor and Description |
|---|
PersistedJNDI() |
PersistedJNDI(PersistedType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJNDI(String address) |
void |
decode(HornetQBuffer buffer) |
void |
deleteJNDI(String address) |
void |
encode(HornetQBuffer buffer) |
int |
getEncodeSize() |
long |
getId() |
List<String> |
getJndi() |
String |
getName() |
PersistedType |
getType() |
void |
setId(long id) |
public PersistedJNDI()
public PersistedJNDI(PersistedType type, String name)
type - name - public void decode(HornetQBuffer buffer)
decode in interface EncodingSupportpublic void encode(HornetQBuffer buffer)
encode in interface EncodingSupportpublic int getEncodeSize()
getEncodeSize in interface EncodingSupportpublic long getId()
public void setId(long id)
id - the id to setpublic PersistedType getType()
public String getName()
public void addJNDI(String address)
public void deleteJNDI(String address)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.