Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.cli.interpreter.result.StatementException

Packages that use StatementException
org.infinispan.cli.interpreter.codec   
org.infinispan.cli.interpreter.logging   
org.infinispan.cli.interpreter.statement   
 

Uses of StatementException in org.infinispan.cli.interpreter.codec
 

Subclasses of StatementException in org.infinispan.cli.interpreter.codec
 class CodecException
          CodecException.
 

Uses of StatementException in org.infinispan.cli.interpreter.logging
 

Methods in org.infinispan.cli.interpreter.logging that return StatementException
 StatementException Log.cacheNotDistributed()
           
 StatementException Log.cannotCommitTransaction(Exception e)
           
 StatementException Log.cannotRollbackTransaction(Exception e)
           
 StatementException Log.dataSynchronizationError(Exception e, String migratorName, String name)
           
 StatementException Log.missingMigrator()
           
 StatementException Log.missingOptionParameter(String name)
           
 StatementException Log.missingUpgradeAction()
           
 StatementException Log.noCacheSelectedYet()
           
 StatementException Log.noNestedTransactions()
           
 StatementException Log.noTransactionManager()
           
 StatementException Log.siteNameNotSpecified()
           
 StatementException Log.sourceDisconnectionError(Exception e, String migratorName, String name)
           
 StatementException Log.statisticsNotEnabled(String cacheName)
           
 StatementException Log.unexpectedTransactionError(SystemException e)
           
 StatementException Log.unknownOption(String name)
           
 

Uses of StatementException in org.infinispan.cli.interpreter.statement
 

Methods in org.infinispan.cli.interpreter.statement that throw StatementException
 Result LocateStatement.execute(Session session)
           
 Result BeginTransactionStatement.execute(Session session)
           
 Result GetStatement.execute(Session session)
           
 Result InfoStatement.execute(Session session)
           
 Result CommitTransactionStatement.execute(Session session)
           
 Result RollbackTransactionStatement.execute(Session session)
           
 Result CacheStatement.execute(Session session)
           
 Result SiteStatement.execute(Session session)
           
 Result Statement.execute(Session session)
           
 Result UpgradeStatement.execute(Session session)
           
 Result PutStatement.execute(Session session)
           
 Result StatsStatement.execute(Session session)
           
 Result ReplaceStatement.execute(Session session)
           
 Result EncodingStatement.execute(Session session)
           
<T extends Enum<T>>
T
Option.toEnum(Class<T> enumType)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.