Uses of Class
com.sun.sgs.service.store.ClassInfoNotFoundException

Packages that use ClassInfoNotFoundException
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.data.store.net Provides an implementation of DataStore that supports clients communicating to a shared data store server over the network. 
com.sun.sgs.service.store Provides interfaces and classes for pluggable data stores of DataService implementations. 
 

Uses of ClassInfoNotFoundException in com.sun.sgs.impl.service.data.store
 

Methods in com.sun.sgs.impl.service.data.store that throw ClassInfoNotFoundException
 byte[] AbstractDataStore.getClassInfo(Transaction txn, int classId)
          Returns the class information associated with the specified class ID.
 byte[] DataStoreProfileProducer.getClassInfo(Transaction txn, int classId)
          Returns the class information associated with the specified class ID.
protected abstract  byte[] AbstractDataStore.getClassInfoInternal(Transaction txn, int classId)
          Performs the actual operation for getClassInfo.
protected  byte[] DataStoreImpl.getClassInfoInternal(Transaction txn, int classId)
          Performs the actual operation for getClassInfo.
 

Uses of ClassInfoNotFoundException in com.sun.sgs.impl.service.data.store.net
 

Methods in com.sun.sgs.impl.service.data.store.net that throw ClassInfoNotFoundException
 byte[] DataStoreServerImpl.getClassInfo(long tid, int classId)
          Returns the class information associated with the specified class ID.
 byte[] DataStoreServer.getClassInfo(long tid, int classId)
          Returns the class information associated with the specified class ID.
protected  byte[] DataStoreClient.getClassInfoInternal(Transaction txn, int classId)
          Performs the actual operation for getClassInfo.
 

Uses of ClassInfoNotFoundException in com.sun.sgs.service.store
 

Methods in com.sun.sgs.service.store that throw ClassInfoNotFoundException
 byte[] DataStore.getClassInfo(Transaction txn, int classId)
          Returns the class information associated with the specified class ID.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved