wt.method
Class MethodInterruptor.InterruptKey

java.lang.Object
  extended bywt.method.MethodInterruptor.InterruptKey
All Implemented Interfaces:
Serializable
Enclosing class:
MethodInterruptor

static class MethodInterruptor.InterruptKey
extends Object
implements Serializable


Field Summary
(package private)  String clientHost
           
(package private)  long id
           
 
Constructor Summary
(package private) MethodInterruptor.InterruptKey(long id, String client_host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

long id

clientHost

String clientHost
Constructor Detail

MethodInterruptor.InterruptKey

MethodInterruptor.InterruptKey(long id,
                               String client_host)