de.root1.simon
Class SimonRemoteMarker

java.lang.Object
  extended by de.root1.simon.SimonRemoteMarker
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class SimonRemoteMarker
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

This is a marker-interface to mark a class as a remote class

Since:
1.1.0
Author:
achr

Constructor Summary
protected SimonRemoteMarker(java.lang.Object objectToBeMarked)
          TODO document me!
 
Method Summary
protected  java.lang.Object getObjectToBeMarked()
          TODO document me!
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimonRemoteMarker

protected SimonRemoteMarker(java.lang.Object objectToBeMarked)
TODO document me!

Parameters:
objectToBeMarked -
Method Detail

getObjectToBeMarked

protected java.lang.Object getObjectToBeMarked()
TODO document me!

Returns:
objectToBeMarked

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2011. All Rights Reserved.