Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss
Class Shutdown.ServerProxyHandler  view Shutdown.ServerProxyHandler download Shutdown.ServerProxyHandler.java

java.lang.Object
  extended byorg.jboss.Shutdown.ServerProxyHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
Shutdown

private static class Shutdown.ServerProxyHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Field Summary
(package private)  org.jboss.jmx.adaptor.rmi.RMIAdaptor server
           
(package private)  javax.management.ObjectName serverName
           
 
Constructor Summary
(package private) Shutdown.ServerProxyHandler(org.jboss.jmx.adaptor.rmi.RMIAdaptor server, javax.management.ObjectName serverName)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverName

javax.management.ObjectName serverName

server

org.jboss.jmx.adaptor.rmi.RMIAdaptor server
Constructor Detail

Shutdown.ServerProxyHandler

Shutdown.ServerProxyHandler(org.jboss.jmx.adaptor.rmi.RMIAdaptor server,
                            javax.management.ObjectName serverName)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Description copied from interface: java.lang.reflect.InvocationHandler
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.

Specified by:
invoke in interface java.lang.reflect.InvocationHandler