Package org.apache.vinci.transport
Class FrameComponent
- java.lang.Object
-
- org.apache.vinci.transport.FrameComponent
-
-
Constructor Summary
Constructors Constructor Description FrameComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributes
getAttributes()
Get the attributes associated with this FrameComponent.void
setAttributes(Attributes s)
Set the attributes (replacing any previous ones) assocated with this Frame component.
-
-
-
Method Detail
-
setAttributes
public void setAttributes(Attributes s)
Set the attributes (replacing any previous ones) assocated with this Frame component. Default implementation does nothing since attributes are not supported by default.- Parameters:
s
- -
-
getAttributes
public Attributes getAttributes()
Get the attributes associated with this FrameComponent.- Returns:
- The set of attributes associated with this FrameComponent. This method may return "null" to indicate there are no attributes. It could however return an empty Attribute set depending on the implementation.
-
-