flex.management
Interface BaseControlMBean

기존의 서브 Interface의 Summary :
ActionScriptAdapterControlMBean , AMFEndpointControlMBean , ASObjectAdapterControlMBean , DataDestinationControlMBean , DataServiceControlMBean , DestinationControlMBean , EndpointControlMBean , HTTPEndpointControlMBean , HTTPProxyAdapterControlMBean , HTTPProxyDestinationControlMBean , HTTPProxyServiceControlMBean , JavaAdapterControlMBean , JavaAdapterControlMBean , JMSAdapterControlMBean , MessageBrokerControlMBean , MessageDestinationControlMBean , MessageServiceControlMBean , RemotingDestinationControlMBean , RemotingServiceControlMBean , RTMPEndpointControlMBean , RTMPServerControlMBean , ServiceAdapterControlMBean , ServiceControlMBean , SOAPProxyAdapterControlMBean , SubscriptionManagerControlMBean , ThrottleManagerControlMBean
기존의 실장 Class의 Summary :
BaseControl

Public Interface BaseControlMBean

서버상에서의 Flex 의 동작을 제어하는 Management Bean 의 기본 MBean Interface입니다.


메소드 Summary
 String getId ()
          이 MBean 의 ID 를 돌려줍니다.
 javax.management.ObjectName getParent ()
          이 MBean 의 부모를 돌려줍니다.
 String getType ()
          이 MBean 의 형태를 돌려줍니다.
 

메소드의 상세

getId

String  getId()
IOException  를 슬로우
이 MBean 의 ID 를 돌려줍니다. 이것은, 이 MBean 의 ObjectNameid 키에 대해 Configuration 된 값입니다.

반환값 :
MBean 인스턴스 ID
Exception :
IOException

getType

String  getType()
IOException  를 슬로우
이 MBean 의 형태를 돌려줍니다. 이것은, 이 MBean 의 ObjectNametype 키에 대해 Configuration 된 값입니다.

반환값 :
MBean 인스턴스형
Exception :
IOException

getParent

javax.management.ObjectName getParent()
IOException  를 슬로우
이 MBean 의 부모를 돌려줍니다. 이 값은, 이 MBean 인스턴스를 개념으로서 포함한 친 MBean 의 ObjectName 입니다. 부모가 없는 경우는, 이 메소드는 null 를 돌려줍니다.

반환값 :
이 MBean 인스턴스의 부모의 ObjectName
Exception :
IOException


Copyright © 2006 Adobe Systems Inc. All Rights Reserved.