AR System Java API

com.bmc.arsys.api
Class ARSetGetEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bmc.arsys.api.ARException
              extended by com.bmc.arsys.api.ARMultiStatusException
                  extended by com.bmc.arsys.api.ARSetGetEntryException
All Implemented Interfaces:
Serializable

public class ARSetGetEntryException
extends ARMultiStatusException

See Also:
Serialized Form

Constructor Summary
ARSetGetEntryException()
           
ARSetGetEntryException(List<StatusInfo> seStatusList, List<StatusInfo> geStatusList)
           
 
Method Summary
 List<StatusInfo> getGeStatus()
          Returns geStatus of ARSetGetEntry operation.
 List<StatusInfo> getSeStatus()
          Returns seStatus of ARSetGetEntry operation.
 List<List<StatusInfo>> getSetGetEntryStatus()
          Returns List of seStatus and geStatus of SetGetEntry operation.
 void setSetGetEntryStatus(List<List<StatusInfo>> seGeStatusList)
          Set the list of last status of operation
 
Methods inherited from class com.bmc.arsys.api.ARMultiStatusException
clear, getMultiLastStatus, getStatus1, getStatus2, setMultiLastStatus
 
Methods inherited from class com.bmc.arsys.api.ARException
canErrorBeIgnored, getLastStatus, getMessage, setLastStatus, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARSetGetEntryException

public ARSetGetEntryException()

ARSetGetEntryException

public ARSetGetEntryException(List<StatusInfo> seStatusList,
                              List<StatusInfo> geStatusList)
Method Detail

getSetGetEntryStatus

public List<List<StatusInfo>> getSetGetEntryStatus()
Returns List of seStatus and geStatus of SetGetEntry operation.


setSetGetEntryStatus

public void setSetGetEntryStatus(List<List<StatusInfo>> seGeStatusList)
Set the list of last status of operation

Parameters:
seGeStatusList -

getSeStatus

public List<StatusInfo> getSeStatus()
Returns seStatus of ARSetGetEntry operation.


getGeStatus

public List<StatusInfo> getGeStatus()
Returns geStatus of ARSetGetEntry operation.


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.