JavaTM Platform
Standard Ed. 6

인터페이스
javax.management.remote.rmi.RMIConnection 의 사용

RMIConnection 를 사용하고 있는 패키지
javax.management.remote.rmi RMI 연결기는, RMI 를 사용해 클라이언트 요구를 원격 MBean 서버에 전송 하는, JMX 원격 API용의 연결기입니다.  
 

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

RMIConnection 을 구현하고 있는 javax.management.remote.rmi 의 클래스
 class RMIConnectionImpl
          RMIConnection 인터페이스의 구현입니다.
 class RMIConnectionImpl_Stub
           
 

RMIConnection 을 돌려주는 javax.management.remote.rmi 의 메소드
protected abstract  RMIConnection RMIServerImpl. makeClient (String  connectionId, Subject  subject)
          새로운 클라이언트 접속을 작성합니다.
protected  RMIConnection RMIJRMPServerImpl. makeClient (String  connectionId, Subject  subject)
          JRMP 로부터 export 된 RMI 객체로서 새로운 클라이언트 접속을 작성합니다.
protected  RMIConnection RMIIIOPServerImpl. makeClient (String  connectionId, Subject  subject)
          IIOP 로부터 export 된 RMI 객체로서 새로운 클라이언트 접속을 작성합니다.
 RMIConnection RMIServerImpl_Stub. newClient (Object  $param_Object_1)
           
 RMIConnection RMIServerImpl. newClient (Object  credentials)
          새로운 클라이언트 접속을 작성합니다.
 RMIConnection RMIServer. newClient (Object  credentials)
          이 RMI 연결기로부터 새로운 접속을 작성합니다.
 

RMIConnection 형의 파라미터를 가지는 javax.management.remote.rmi 의 메소드
protected  void RMIServerImpl. clientClosed (RMIConnection  client)
          makeClient 에 의해 작성된 클라이언트 접속의 종료시에 불려 가는 메소드입니다.
protected abstract  void RMIServerImpl. closeClient (RMIConnection  client)
          makeClient 로 작성된 클라이언트 접속을 종료합니다.
protected  void RMIJRMPServerImpl. closeClient (RMIConnection  client)
           
protected  void RMIIIOPServerImpl. closeClient (RMIConnection  client)
           
 


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