Table of Contents

Interface IRelation

Namespace
Javax.Management.Relation
Assembly
MASES.JNet.dll
public interface IRelation

Properties

AllRoles

RoleResult AllRoles { get; }

Property Value

RoleResult

ReferencedMBeans

Map<ObjectName, List<String>> ReferencedMBeans { get; }

Property Value

Map<ObjectName, List<String>>

RelationId

String RelationId { get; }

Property Value

String

RelationServiceName

ObjectName RelationServiceName { get; }

Property Value

ObjectName

RelationTypeName

String RelationTypeName { get; }

Property Value

String

Methods

GetRole(String)

List<ObjectName> GetRole(String arg0)

Parameters

arg0 String

String

Returns

List<ObjectName>

List

Exceptions

IllegalArgumentException
RoleNotFoundException
RelationServiceNotRegisteredException

GetRoleCardinality(String)

Integer GetRoleCardinality(String arg0)

Parameters

arg0 String

String

Returns

Integer

Integer

Exceptions

IllegalArgumentException
RoleNotFoundException

GetRoles(String[])

RoleResult GetRoles(String[] arg0)

Parameters

arg0 String[]

String

Returns

RoleResult

RoleResult

Exceptions

IllegalArgumentException
RelationServiceNotRegisteredException

HandleMBeanUnregistration(ObjectName, String)

void HandleMBeanUnregistration(ObjectName arg0, String arg1)

Parameters

arg0 ObjectName

ObjectName

arg1 String

String

Exceptions

IllegalArgumentException
RoleNotFoundException
InvalidRoleValueException
RelationServiceNotRegisteredException
RelationTypeNotFoundException
RelationNotFoundException

RetrieveAllRoles()

RoleList RetrieveAllRoles()

Returns

RoleList

RoleList

SetRole(Role)

void SetRole(Role arg0)

Parameters

arg0 Role

Role

Exceptions

IllegalArgumentException
RoleNotFoundException
RelationTypeNotFoundException
InvalidRoleValueException
RelationServiceNotRegisteredException
RelationNotFoundException

SetRoles(RoleList)

RoleResult SetRoles(RoleList arg0)

Parameters

arg0 RoleList

RoleList

Returns

RoleResult

RoleResult

Exceptions

IllegalArgumentException
RelationServiceNotRegisteredException
RelationTypeNotFoundException
RelationNotFoundException