public abstract class AbstractElement extends Object implements XElement
XElement
.Constructor and Description |
---|
AbstractElement() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getAttachment(org.jboss.osgi.spi.AttachmentKey<T> key) |
<T> T |
putAttachment(org.jboss.osgi.spi.AttachmentKey<T> key,
T value) |
<T> T |
removeAttachment(org.jboss.osgi.spi.AttachmentKey<T> key) |
public <T> T putAttachment(org.jboss.osgi.spi.AttachmentKey<T> key, T value)
putAttachment
in interface org.jboss.osgi.spi.Attachable
public <T> T getAttachment(org.jboss.osgi.spi.AttachmentKey<T> key)
getAttachment
in interface org.jboss.osgi.spi.Attachable
public <T> T removeAttachment(org.jboss.osgi.spi.AttachmentKey<T> key)
removeAttachment
in interface org.jboss.osgi.spi.Attachable
Copyright © 2013 JBoss by Red Hat. All rights reserved.