JavaTM Platform
Standard Ed. 6

클래스
javax.management.AttributeList 의 사용

AttributeList 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.remote.rmi RMI 연결기는, RMI 를 사용해 클라이언트 요구를 원격 MBean 서버에 전송 하는, JMX 원격 API용의 연결기입니다.  
 

javax.management 에서의 AttributeList 의 사용
 

AttributeList 을 돌려주는 javax.management 의 메소드
 AttributeList MBeanServerConnection. getAttributes (ObjectName  name, String [] attributes)
          지정된 MBean 의 복수의 속성의 값을 유효화합니다.
 AttributeList MBeanServer. getAttributes (ObjectName  name, String [] attributes)
           
 AttributeList StandardMBean. getAttributes (String [] attributes)
           
 AttributeList DynamicMBean. getAttributes (String [] attributes)
          Dynamic MBean 의 복수의 속성의 값을 가져옵니다.
 AttributeList StandardMBean. setAttributes (AttributeList  attributes)
           
 AttributeList DynamicMBean. setAttributes (AttributeList  attributes)
          Dynamic MBean 의 복수의 속성의 값을 설정합니다.
 AttributeList MBeanServerConnection. setAttributes (ObjectName  name, AttributeList  attributes)
          지정된 MBean 의 복수의 속성의 값을 설정합니다.
 AttributeList MBeanServer. setAttributes (ObjectName  name, AttributeList  attributes)
           
 

AttributeList 형의 파라미터를 가지는 javax.management 의 메소드
 boolean AttributeList. addAll (AttributeList  list)
          지정된 AttributeList 내의 모든 요소를, 지정된 AttributeList 의 반복자에 의해 반환되는 차례로, 리스트의 말미에 부가합니다.
 boolean AttributeList. addAll (int index, AttributeList  list)
          지정된 AttributeList 내의 모든 요소를, 지정된 AttributeList 의 반복자에 의해 반환되는 차례로, 이 리스트내의 지정된 위치에 삽입합니다.
 AttributeList StandardMBean. setAttributes (AttributeList  attributes)
           
 AttributeList DynamicMBean. setAttributes (AttributeList  attributes)
          Dynamic MBean 의 복수의 속성의 값을 설정합니다.
 AttributeList MBeanServerConnection. setAttributes (ObjectName  name, AttributeList  attributes)
          지정된 MBean 의 복수의 속성의 값을 설정합니다.
 AttributeList MBeanServer. setAttributes (ObjectName  name, AttributeList  attributes)
           
 

AttributeList 형의 파라미터를 가지는 javax.management 의 생성자
AttributeList (AttributeList  list)
          지정된 AttributeList 의 요소를,AttributeList 의 반복자에 의해 반환되는 순으로 포함하는 AttributeList 를 구축합니다.
 

javax.management.modelmbean 에서의 AttributeList 의 사용
 

AttributeList 을 돌려주는 javax.management.modelmbean 의 메소드
 AttributeList RequiredModelMBean. getAttributes (String [] attrNames)
          ModelMBean 내의 복수의 속성의 값을 돌려줍니다.
 AttributeList RequiredModelMBean. setAttributes (AttributeList  attributes)
          이 ModelMBean 의 속성의 배열의 값을 설정합니다.
 

AttributeList 형의 파라미터를 가지는 javax.management.modelmbean 의 메소드
 AttributeList RequiredModelMBean. setAttributes (AttributeList  attributes)
          이 ModelMBean 의 속성의 배열의 값을 설정합니다.
 

javax.management.remote.rmi 에서의 AttributeList 의 사용
 

AttributeList 을 돌려주는 javax.management.remote.rmi 의 메소드
 AttributeList RMIConnection. getAttributes (ObjectName  name, String [] attributes, Subject  delegationSubject)
          MBeanServerConnection.getAttributes(ObjectName, String[]) 메소드를 처리합니다.
 AttributeList RMIConnectionImpl_Stub. getAttributes (ObjectName  $param_ObjectName_1, String [] $param_arrayOf_String_2, Subject  $param_Subject_3)
           
 AttributeList RMIConnectionImpl. getAttributes (ObjectName  name, String [] attributes, Subject  delegationSubject)
           
 AttributeList RMIConnection. setAttributes (ObjectName  name, MarshalledObject  attributes, Subject  delegationSubject)
          MBeanServerConnection.setAttributes(ObjectName, AttributeList) 메소드를 처리합니다.
 AttributeList RMIConnectionImpl_Stub. setAttributes (ObjectName  $param_ObjectName_1, MarshalledObject  $param_MarshalledObject_2, Subject  $param_Subject_3)
           
 AttributeList RMIConnectionImpl. setAttributes (ObjectName  name, MarshalledObject  attributes, Subject  delegationSubject)
           
 


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 도 참조해 주세요.