|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdermi.core.InterceptorApp
This class contains interceptor application's vital data
Constructor Summary | |
---|---|
InterceptorApp(java.lang.String key,
rice.p2p.scribe.ScribeClient client,
rice.p2p.commonapi.NodeHandle handle)
Constructor |
Method Summary | |
---|---|
rice.p2p.scribe.ScribeClient |
getApplication()
Get interceptor application |
rice.p2p.commonapi.NodeHandle |
getApplicationNodeHandle()
Get interceptor application's node handle |
java.lang.String |
getInterceptorId()
Get interceptor id |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterceptorApp(java.lang.String key, rice.p2p.scribe.ScribeClient client, rice.p2p.commonapi.NodeHandle handle)
key
- String Interceptor idclient
- ScribeClient Interceptor applicationhandle
- NodeHandle Node handle where the interceptor application residesMethod Detail |
---|
public java.lang.String getInterceptorId()
public rice.p2p.scribe.ScribeClient getApplication()
public rice.p2p.commonapi.NodeHandle getApplicationNodeHandle()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |