Interface IRelation
- Namespace
- Javax.Management.Relation
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/relation/Relation.html
public interface IRelation
Properties
AllRoles
RoleResult AllRoles { get; }
Property Value
ReferencedMBeans
Map<ObjectName, List<String>> ReferencedMBeans { get; }
Property Value
- Map<ObjectName, List<String>>
RelationId
String RelationId { get; }
Property Value
RelationServiceName
ObjectName RelationServiceName { get; }
Property Value
RelationTypeName
String RelationTypeName { get; }
Property Value
Methods
GetRole(String)
List<ObjectName> GetRole(String arg0)
Parameters
Returns
Exceptions
GetRoleCardinality(String)
Integer GetRoleCardinality(String arg0)
Parameters
Returns
Exceptions
GetRoles(String[])
RoleResult GetRoles(String[] arg0)
Parameters
Returns
Exceptions
HandleMBeanUnregistration(ObjectName, String)
void HandleMBeanUnregistration(ObjectName arg0, String arg1)
Parameters
arg0
ObjectNamearg1
String
Exceptions
- IllegalArgumentException
- RoleNotFoundException
- InvalidRoleValueException
- RelationServiceNotRegisteredException
- RelationTypeNotFoundException
- RelationNotFoundException
RetrieveAllRoles()
RoleList RetrieveAllRoles()
Returns
SetRole(Role)
void SetRole(Role arg0)
Parameters
Exceptions
- IllegalArgumentException
- RoleNotFoundException
- RelationTypeNotFoundException
- InvalidRoleValueException
- RelationServiceNotRegisteredException
- RelationNotFoundException
SetRoles(RoleList)
RoleResult SetRoles(RoleList arg0)