站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

NodeData (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


org.jboss.cache.loader
Class NodeData

java.lang.Object
  extended byorg.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.2.2 2004/12/30 17:08:27 starksm Exp $
Author:
Bela Ban
See Also:
Serialized Form

Constructor Summary
NodeData()
           
NodeData(Fqn fqn)
           
NodeData(Fqn fqn, Map attrs)
           
NodeData(String fqn, Map attrs)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeData

public NodeData()

NodeData

public NodeData(Fqn fqn)

NodeData

public NodeData(Fqn fqn,
                Map attrs)

NodeData

public NodeData(String fqn,
                Map attrs)
Method Detail

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.