@Name(value="errorSeamComponent") @Scope(value=CONVERSATION) public class SeamErrorComponent extends Object implements Serializable
Constructor and Description |
---|
SeamErrorComponent() |
Modifier and Type | Method and Description |
---|---|
void |
checkedErrorAfterCreation() |
void |
clearDistributedRollbackEnv() |
void |
clearDummyDoc() |
void |
clearDummyLogEntries() |
String |
getCheckedError() |
String |
getCheckedErrorFactoryEvent() |
int |
getCounterValue() |
String |
getSecurityError() |
String |
getSecurityErrorFactoryEvent() |
String |
getUncheckedError() |
String |
getUncheckedErrorFactoryEvent() |
boolean |
isDummyAuditExists() |
boolean |
isDummyDocExists() |
boolean |
isDummyUserExists() |
String |
performCheckedError() |
String |
performConcurrentRequestTimeoutException() |
void |
performDistributedRollback() |
String |
performPureRollback() |
String |
performRecoverableClientException() |
String |
performSecurityError() |
String |
performUncheckedError() |
void |
uncheckedErrorAfterCreation() |
public void checkedErrorAfterCreation() throws ClientException
ClientException
public void uncheckedErrorAfterCreation()
public String getCheckedError() throws ClientException
ClientException
public String getUncheckedError()
public String getSecurityError() throws DocumentSecurityException
DocumentSecurityException
@Factory(value="checkedErrorFactoryEvent", scope=EVENT) public String getCheckedErrorFactoryEvent() throws ClientException
ClientException
@Factory(value="uncheckedErrorFactoryEvent", scope=EVENT) public String getUncheckedErrorFactoryEvent()
@Factory(value="securityErrorFactoryEvent", scope=EVENT) public String getSecurityErrorFactoryEvent() throws DocumentSecurityException
DocumentSecurityException
public String performCheckedError() throws ClientException
ClientException
public String performUncheckedError()
public String performSecurityError() throws DocumentSecurityException
DocumentSecurityException
public String performRecoverableClientException() throws RecoverableClientException
RecoverableClientException
public String performPureRollback()
public void performDistributedRollback() throws ClientException
ClientException
public void clearDistributedRollbackEnv() throws ClientException
ClientException
@Factory(scope=EVENT) public boolean isDummyUserExists() throws DirectoryException
DirectoryException
public void clearDummyLogEntries()
@Factory(scope=EVENT) public boolean isDummyAuditExists()
public void clearDummyDoc() throws ClientException
ClientException
@Factory(scope=EVENT) public boolean isDummyDocExists() throws ClientException
ClientException
public String performConcurrentRequestTimeoutException() throws Exception
Exception
public int getCounterValue()
Copyright © 2015 Nuxeo SA. All rights reserved.