uk.ac.ic.doc.automed.p2p.protocol
Class Request.Remove

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.protocol.Request
      extended by uk.ac.ic.doc.automed.p2p.protocol.Request.Remove
Enclosing class:
Request

public static class Request.Remove
extends Request


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
Request.Pathway, Request.PathwayToSource, Request.Port, Request.Query, Request.Register, Request.Remove, Request.Schema, Request.Unknown
 
Field Summary
 java.lang.String name
           
 
Fields inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
request
 
Constructor Summary
Request.Remove(java.lang.String name)
           
 
Method Summary
 boolean isRemove()
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
buildMessage, isPathway, isPathwayToSource, isPort, isQuery, isRegister, isSchema, isUnknown, newRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

Request.Remove

public Request.Remove(java.lang.String name)
Method Detail

isRemove

public boolean isRemove()
Overrides:
isRemove in class Request