Package org.teiid.net.socket
Class SocketServerInstanceImpl.RemoteInvocationHandler
- java.lang.Object
-
- org.teiid.net.socket.SocketServerInstanceImpl.RemoteInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- SocketServerInstanceImpl
public abstract static class SocketServerInstanceImpl.RemoteInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description RemoteInvocationHandler(Class<?> targetClass, boolean secureOptional)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract SocketServerInstance
getInstance()
Object
invoke(Object proxy, Method method, Object[] args)
-
-
-
Constructor Detail
-
RemoteInvocationHandler
public RemoteInvocationHandler(Class<?> targetClass, boolean secureOptional)
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
getInstance
protected abstract SocketServerInstance getInstance() throws CommunicationException
- Throws:
CommunicationException
-
-