JavaTM Platform
Standard Ed. 6

javax.management.remote
인터페이스 MBeanServerForwarder

모든 슈퍼 인터페이스:
MBeanServer , MBeanServerConnection


public interface MBeanServerForwarder
extends MBeanServer

이 클래스의 객체는, MBeanServer 인터페이스를 구현해, 이 인터페이스를 구현하는 객체를 1 개 랩 합니다. 일반적으로, 이 인터페이스의 구현은, 랩 된 객체에 MBeanServer 인터페이스의 메소드를 송신하는 전후에, 그 일부 또는 전부에 대해서 시큐리티 체크, 로깅등의 액션을 실행합니다.

도입된 버젼:
1.5

메소드의 개요
 MBeanServer getMBeanServer ()
          요구의 송신지 MBeanServer 객체를 돌려줍니다.
 void setMBeanServer (MBeanServer  mbs)
          요구가 이 객체로 처리된 뒤 송신되는, 송신지 MBeanServer 객체를 설정합니다.
 
인터페이스 javax.management. MBeanServer 로부터 상속된 메소드
addNotificationListener , addNotificationListener , createMBean , createMBean , createMBean , createMBean , deserialize , deserialize , deserialize , getAttribute , getAttributes , getClassLoader , getClassLoaderFor , getClassLoaderRepository , getDefaultDomain , getDomains , getMBeanCount , getMBeanInfo , getObjectInstance , instantiate , instantiate , instantiate , instantiate , invoke , isInstanceOf , isRegistered , queryMBeans , queryNames , registerMBean , removeNotificationListener , removeNotificationListener , removeNotificationListener , removeNotificationListener , setAttribute , setAttributes , unregisterMBean
 

메소드의 상세

getMBeanServer

MBeanServer  getMBeanServer()
요구의 송신지 MBeanServer 객체를 돌려줍니다.

반환값:
요구의 송신지 MBeanServer 객체. 존재하지 않는 경우는 null
관련 항목:
setMBeanServer(javax.management.MBeanServer)

setMBeanServer

void setMBeanServer(MBeanServer  mbs)
요구가 이 객체로 처리된 뒤 송신되는, 송신지 MBeanServer 객체를 설정합니다.

파라미터:
mbs - 요구의 송신지 MBeanServer 객체
예외:
IllegalArgumentException - 이 객체가 벌써 MBeanServer 객체에의 송신 처리를 받고 있는 경우,mbs 가 null 의 경우, 또는 mbs 가 이 객체에 일치하고 있는 경우
관련 항목:
getMBeanServer()

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.