|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.protocol.artifact.TransferableImpl
Tasks of Class TransferableImpl:
Transferable
Field Summary | |
protected java.util.Map |
mAttributes
|
protected Payload |
mPayload
|
Constructor Summary | |
TransferableImpl()
|
Method Summary | |
void |
addAttribute(TransferAttribute pAttribute)
Adds a Attribute to the Set and stores it under pAttribute.getName() |
TransferAttribute |
getAttribute(java.lang.String pName)
Gets the TransferAttribute wich are stored under pName |
java.util.Collection |
getAttributeNames()
Returns the Collection of keys, under wich TransferAttributes are stored |
java.util.Collection |
getAttributes()
Returns the Collection of TransferAttributes wich stored in this Transferable |
java.lang.Object |
getAttributeValue(java.lang.String pName)
Gets the Value of the TransferAttribute wich are stored under pName |
Payload |
getPayload()
Gets the PayLoad of this Transferable |
void |
setPayload(Payload pPayload)
Sets the Payload of this Transferable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Payload mPayload
protected java.util.Map mAttributes
Constructor Detail |
public TransferableImpl()
Method Detail |
public Payload getPayload()
Transferable
getPayload
in interface Transferable
public void setPayload(Payload pPayload)
Transferable
setPayload
in interface Transferable
public java.util.Collection getAttributeNames()
Transferable
getAttributeNames
in interface Transferable
public java.util.Collection getAttributes()
Transferable
getAttributes
in interface Transferable
public TransferAttribute getAttribute(java.lang.String pName)
Transferable
getAttribute
in interface Transferable
pName
-
public java.lang.Object getAttributeValue(java.lang.String pName)
Transferable
getAttributeValue
in interface Transferable
pName
-
public void addAttribute(TransferAttribute pAttribute)
Transferable
addAttribute
in interface Transferable
pAttribute
- The Attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |