当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
NodeData (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.loader
Class NodeData
java.lang.Object
org.jboss.cache.loader.NodeData
- All Implemented Interfaces:
- Externalizable, Serializable
- public class NodeData
- extends Object
- implements Externalizable
Serializable representation of the data of a node (FQN and attributes)
- Version:
- $Id: NodeData.java,v 1.1 2004/09/17 15:32:29 belaban Exp $
- Author:
- Bela Ban
- See Also:
- Serialized Form
NodeData
public NodeData()
NodeData
public NodeData(Fqn fqn)
NodeData
public NodeData(Fqn fqn,
Map attrs)
NodeData
public NodeData(String fqn,
Map attrs)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.