public interface ManagedComponent extends ManagedCommon
ManagedObject
.Modifier and Type | Method and Description |
---|---|
Map<String,Annotation> |
getAnnotations()
Get the annotations associated with the managed component
NOTE: Clients should not use this method - it is intended for server-side use only.
|
ManagedDeployment |
getDeployment()
The deployment the component is associated with.
|
RunState |
getRunState()
Get the component run state
|
ComponentType |
getType()
The component classification as a type/subtype.
|
boolean |
update()
Update the component statistic properties
|
getAttachmentName, getComponentName, getName, getNameType, getOperations, getParent, getProperties, getProperty, getPropertyNames
ComponentType getType()
RunState getRunState()
boolean update()
Map<String,Annotation> getAnnotations()
ManagedDeployment getDeployment()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.