Package org.apache.zookeeper
Class DeleteContainerRequest
- java.lang.Object
 - 
- org.apache.zookeeper.DeleteContainerRequest
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteContainerRequest()DeleteContainerRequest(String path) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(InputArchive archive, String tag)StringgetPath()voidserialize(OutputArchive archive, String tag) 
 - 
 
- 
- 
Constructor Detail
- 
DeleteContainerRequest
public DeleteContainerRequest()
 
- 
DeleteContainerRequest
public DeleteContainerRequest(String path)
 
 - 
 
- 
Method Detail
- 
getPath
public String getPath()
 
- 
serialize
public void serialize(OutputArchive archive, String tag) throws IOException
- Specified by:
 serializein interfaceRecord- Throws:
 IOException
 
- 
deserialize
public void deserialize(InputArchive archive, String tag) throws IOException
- Specified by:
 deserializein interfaceRecord- Throws:
 IOException
 
 - 
 
 -