|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedCommon
ManagedCommon is used to hold common properties that both, server side and client side, object can see .
Method Summary | |
---|---|
String |
getAttachmentName()
Get the attachment name |
Object |
getComponentName()
Get the runtime component name. |
String |
getName()
Get the external name by which the ManagedObject is known |
String |
getNameType()
Get the external name type/qualifier. |
Set<ManagedOperation> |
getOperations()
Get the operations |
ManagedCommon |
getParent()
|
Map<String,ManagedProperty> |
getProperties()
Get the properties |
ManagedProperty |
getProperty(String name)
Get a property |
Set<String> |
getPropertyNames()
Get the property names |
Method Detail |
---|
String getAttachmentName()
ManagementObject#attachmentName}}
String getName()
ManagementObject#name}}
,
ManagementObjectID#name}}
String getNameType()
ManagementObject#type}
,
ManagementObjectID#type}
Object getComponentName()
ManagementRuntimeRef}
Set<String> getPropertyNames()
ManagedProperty getProperty(String name)
name
- the name
Map<String,ManagedProperty> getProperties()
Set<ManagedOperation> getOperations()
ManagedCommon getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |