|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEException in com.infoengine |
Methods in com.infoengine that throw IEException | |
private void |
IeServlet.RequestDispatcher.checkAuthorization()
|
private boolean |
IeServlet.RequestDispatcher.validateAuthentication()
|
Uses of IEException in com.infoengine.administration |
Methods in com.infoengine.administration that throw IEException | |
static String |
UIUtil.displayResource(Group resource,
String key)
|
static String |
UIUtil.displayResource(Group resource,
String key,
String insert)
|
static String |
UIUtil.displayResource(Group resource,
String key,
Object[] inserts)
|
static String |
UIUtil.displayResource(Group resource,
String key,
Object[] inserts,
String[] replace,
String[] with)
|
static String |
UIUtil.displayResource(Group resource,
String key,
String insert,
String[] replace,
String[] with)
|
static String |
UIUtil.displayResource(Group resource,
String key,
String[] replace,
String[] with)
|
static String |
UIUtil.displayResource(Group resource,
String key,
Object[] inserts,
String replace,
String with)
|
static String |
UIUtil.displayResource(Group resource,
String key,
String insert,
String replace,
String with)
|
static String |
UIUtil.displayResource(Group resource,
String key,
String replace,
String with)
|
static Enumeration |
UIUtil.getDisplayNames(Group grp)
Populates display names with 'ptcDisplayName' |
static boolean |
UIUtil.entryExists(Url u)
|
static Group |
ldifUtil.ldif2group(String ldif)
|
static Group |
ldifUtil.ldif2group(String ldif,
String base)
|
static Group |
ldifUtil.ldifstring2group(String ldif)
|
static Group |
ldifUtil.ldifstring2group(String ldif,
String base)
|
private static void |
ldifUtil.appendVal(StringBuffer sb,
String val)
|
private static void |
ldifUtil.appendVal(StringBuffer sb,
String val,
String base)
|
private static void |
ldifUtil.appendVal(StringBuffer sb,
String val,
String base,
boolean property)
|
private static void |
ldifUtil.appendVal(StringBuffer sb,
byte[] val)
|
static String |
ldifUtil.group2ldif(Group ldifg)
|
static String |
ldifUtil.group2ldif(Group ldifg,
String base)
|
static Element |
ldifUtil.dn2element(String dn)
|
Uses of IEException in com.infoengine.administration.dca |
Methods in com.infoengine.administration.dca that throw IEException | |
void |
Installer.install()
|
Uses of IEException in com.infoengine.administration.delegate |
Methods in com.infoengine.administration.delegate that throw IEException | |
void |
Installer.processProperties(String propFile)
|
private void |
Installer.processDirectoryProps(String url)
|
private void |
Installer.install(File f)
|
void |
Installer.install()
|
private void |
Installer.followUpLDAP()
|
private TypeId |
Installer.createTypeId(RepositoryType repositoryType,
String typeIdName,
String descriptorRTypeName)
|
private TypeId |
Installer.updateTypeId(TypeId tid,
RepositoryType repositoryType,
String typeIdName,
String descriptorRTypeName)
|
private RepositoryType |
Installer.createRepositoryType(String repoType,
String descriptorRTypeName)
|
private RepositoryType |
Installer.updateRepositoryType(RepositoryType rType,
String repoType,
String descriptorRTypeName)
|
void |
Installer.uninstall()
|
private void |
Installer.process(File currentDir,
File parentDir,
DotDelegateInfo parentInfo)
|
void |
DelegateCreator.process()
|
Uses of IEException in com.infoengine.au |
Subclasses of IEException in com.infoengine.au | |
class |
NamingServiceException
|
class |
NoSuchServiceException
|
class |
ServiceUnavailableException
|
class |
SocketAccessException
|
Methods in com.infoengine.au that throw IEException | |
private void |
SocketAccess.SocketThread.validateSignatures(Request request,
IeProcessor processor)
Validate a request. |
Group |
DirectoryService.queryObjects(String url)
Queries the directory service for objects matching the criteria specified by an LDAP URL. |
int |
DirectoryService.createObjects(String url,
Group objects)
Creates new objects in the directory service. |
int |
DirectoryService.updateObjects(String url,
Group objects,
String modification)
Updates objects in the directory service. |
int |
DirectoryService.deleteObject(String url)
Deletes a directory entry. |
void |
DirectoryPropertyInputStream.setUrl(String url)
Sets the URL of the directory entry associated with the input stream. |
void |
DirectoryProperties.setUrl(String url)
Sets the URL of the directory entry from which properties are obtained. |
static String |
DirectoryProperties.getDirectoryProperty(String url,
String key)
Returns a specified property from a specified attribute of a specified directory entry. |
static String |
DirectoryProperties.getDirectoryProperty(String url,
String key,
String defaultValue)
Returns a specified property from a specified attribute of a specified directory entry. |
void |
DirectoryInputStream.setUrl(String url)
Sets the URL of the directory entry associated with the input stream. |
Constructors in com.infoengine.au that throw IEException | |
DirectoryService()
Constructs an instance that provides access to the directory service via the JNDI adapter of Info*Engine. |
|
DirectoryPropertyInputStream()
Constructs an instance that is not initially associated with a directory entry. |
|
DirectoryPropertyInputStream(String url)
Constructs an instance that is associated with a specific directory entry. |
|
DirectoryProperties(String url)
Constructs a property list with no defaults, but with an association to a specified directory entry. |
|
DirectoryProperties(Properties defaults,
String url)
Constructs a property list with specified defaults, and with an association to a specified directory entry. |
|
DirectoryInputStream()
Constructs an instance that is not initially associated with a directory entry. |
|
DirectoryInputStream(String url)
Constructs an instance that is associated with a specific directory entry. |
Uses of IEException in com.infoengine.au.delegateprovider |
Subclasses of IEException in com.infoengine.au.delegateprovider | |
class |
CmdDelegateProviderErrorException
Thrown to indicate an error occurred while processing a Command Delegate Provider request. |
class |
CommandClassnameAttrNotSetException
Thrown to indicate that the ptcCommandDelegateClassname attribute isn't set for the Command Delegate LDAP entry denoted by a specified LDAP URL. |
class |
CommandDelegateProviderException
Base level exception for all Command Delegate Provider exceptions. |
class |
DirectoryServiceException
Thrown to indicate an error occurred while trying to perform an operation against a LDAP Directory. |
class |
RepositoryObjectNotFoundException
Thrown to indicate that the Repository LDAP entry denoted by a specified LDAP URL was not found in the Directory. |
class |
RepositoryTypeAttrNotSetException
Thrown to indicate that the ptcRepositoryType attribute isn't set for the Repository LDAP entry denoted by a specified LDAP URL. |
class |
RepositoryTypeObjectNotFoundException
Thrown to indicate that the Repository Type LDAP entry denoted by a specified LDAP URL was not found in the Directory. |
Methods in com.infoengine.au.delegateprovider that throw IEException | |
void |
TypeHierarchy.createTypeHierarchy(String inTypeName)
Creates the list of types making up the type hierarchy for the input type name. |
Uses of IEException in com.infoengine.doorsadapter |
Methods in com.infoengine.doorsadapter that throw IEException | |
void |
RequestContext.writeObjects(Hashtable htab)
writeObjects add one or more tables or data groups to the Info*Engine VDBs. |
IeRequest |
DoorsAdapterImpl.processRequest(Request request)
|
Uses of IEException in com.infoengine.ebai |
Methods in com.infoengine.ebai that throw IEException | |
void |
IeQueryJservice.process()
|
void |
IeExecService.process()
|
void |
IeExecJservice.process()
|
void |
IeExecJquery.process()
|
void |
EBAIAdapterWebject.process()
|
IeRequest |
EBAIAdapterImpl.processRequest(Request request)
|
abstract void |
AdapterWebject.process()
|
Uses of IEException in com.infoengine.edasql |
Methods in com.infoengine.edasql that throw IEException | |
IeRequest |
EDASQLAdapterImpl.processRequest(Request request)
|
Uses of IEException in com.infoengine.email |
Methods in com.infoengine.email that throw IEException | |
Filter |
WhereParser.parse(String type,
String whereClause)
Translate a SQL-like WHERE clause to an e-mail search filter. |
private Filter |
WhereParser.parse(String type)
Translate a tokenized Info*Engine WHERE clause to an e-mail search filter. |
private Filter |
WhereParser.parseTerm(String type)
Translate a term of an Info*Engine WHERE clause to an e-mail search term. |
void |
UnsubscribeFolders.run(javax.mail.Store store)
Unsubscribes folders. |
Object |
UFID.getObject(javax.mail.Store store)
|
Object |
UFID.refreshObject(javax.mail.Store store)
|
void |
SubscribeFolders.run(javax.mail.Store store)
Subscribes folders. |
void |
QueryThreads.run(javax.mail.Store store)
Queries the message store for messages matching specified search criteria, then finds message threads derived from these objects. |
private void |
QueryThreads.addReferencesChildren(Vector descendents,
Element element,
javax.mail.Store store,
String[] attributes)
|
private void |
QueryThreads.addSubjectChildren(Vector descendents,
Element element,
javax.mail.Store store,
String[] attributes)
|
void |
QueryObjects.run(javax.mail.Store store)
Queries the message store for messages matching specified search criteria. |
static Element |
MessageUtilities.getElement(javax.mail.Message message,
String[] attributes)
|
static String[] |
MessageUtilities.getAttribute(javax.mail.Message message,
String name)
|
static String |
MessageUtilities.getMainTextBody(javax.mail.Message message)
|
static MessageUFID |
MessageUFID.newInstance(javax.mail.Message msg)
|
Object |
MessageUFID.getObject(javax.mail.Store store)
|
Object |
MessageUFID.refreshObject(javax.mail.Store store)
|
UFID[] |
MessageOrFilter.apply(javax.mail.Store store)
|
javax.mail.Message[] |
MessageOrFilter.apply(javax.mail.Message[] messages)
|
protected javax.mail.Folder[] |
MessageOrFilter.getFolders(javax.mail.Store store)
|
javax.mail.Message[] |
MessageNotLessFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageNotLessFilter.getMatchingFolders(javax.mail.Store store)
|
javax.mail.Message[] |
MessageNotGreaterFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageNotGreaterFilter.getMatchingFolders(javax.mail.Store store)
|
javax.mail.Message[] |
MessageNotEqualFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageNotEqualFilter.getMatchingFolders(javax.mail.Store store)
|
javax.mail.Message[] |
MessageLessFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageLessFilter.getMatchingFolders(javax.mail.Store store)
|
javax.mail.Message[] |
MessageGreaterFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageGreaterFilter.getMatchingFolders(javax.mail.Store store)
|
UFID[] |
MessageEqualFilter.apply(javax.mail.Store store)
|
javax.mail.Message[] |
MessageEqualFilter.apply(javax.mail.Message[] messages)
|
javax.mail.Folder[] |
MessageEqualFilter.getMatchingFolders(javax.mail.Store store)
|
abstract javax.mail.Message[] |
MessageComparisonFilter.apply(javax.mail.Message[] messages)
|
abstract javax.mail.Folder[] |
MessageComparisonFilter.getMatchingFolders(javax.mail.Store store)
|
UFID[] |
MessageComparisonFilter.apply(javax.mail.Store store)
Apply the comparison to messages in a specific store. |
javax.mail.Folder[] |
MessageComparisonFilter.getFolders(javax.mail.Store store)
Returns the folders to which the comparison is applicable. |
protected boolean |
MessageComparisonFilter.matchPattern(String s)
|
protected boolean |
MessageComparisonFilter.matchFolderPattern(javax.mail.Folder folder)
|
UFID[] |
MessageAndFilter.apply(javax.mail.Store store)
|
javax.mail.Message[] |
MessageAndFilter.apply(javax.mail.Message[] messages)
|
protected javax.mail.Folder[] |
MessageAndFilter.getFolders(javax.mail.Store store)
|
void |
ListFolders.run(javax.mail.Store store)
Lists message folders and their metadata. |
void |
GetContentItems.run(javax.mail.Store store)
Retrieves message content streams from message content items matching specified search criteria. |
static Element |
FolderUtilities.getElement(javax.mail.Folder folder,
String[] attributes)
|
static String |
FolderUtilities.getAttribute(javax.mail.Folder folder,
String name)
|
static javax.mail.Folder[] |
FolderUtilities.getSubscribedFolders(javax.mail.Store store)
|
static org.apache.regexp.RE |
FolderUtilities.getRegexp(String pattern,
char separator)
|
static FolderUFID |
FolderUFID.newInstance(javax.mail.Folder folder)
|
Object |
FolderUFID.getObject(javax.mail.Store store)
|
Object |
FolderUFID.refreshObject(javax.mail.Store store)
|
UFID[] |
FolderOrFilter.apply(javax.mail.Store store)
|
javax.mail.Folder[] |
FolderOrFilter.apply(javax.mail.Folder[] folders)
|
javax.mail.Folder[] |
FolderNotLessFilter.apply(javax.mail.Folder[] folders)
|
javax.mail.Folder[] |
FolderNotGreaterFilter.apply(javax.mail.Folder[] folders)
|
javax.mail.Folder[] |
FolderNotEqualFilter.apply(javax.mail.Folder[] folders)
|
javax.mail.Folder[] |
FolderLessFilter.apply(javax.mail.Folder[] folders)
|
javax.mail.Folder[] |
FolderGreaterFilter.apply(javax.mail.Folder[] folders)
|
UFID[] |
FolderEqualFilter.apply(javax.mail.Store store)
|
javax.mail.Folder[] |
FolderEqualFilter.apply(javax.mail.Folder[] folders)
|
abstract javax.mail.Folder[] |
FolderComparisonFilter.apply(javax.mail.Folder[] folders)
|
UFID[] |
FolderComparisonFilter.apply(javax.mail.Store store)
|
protected boolean |
FolderComparisonFilter.matchPattern(String s)
|
protected boolean |
FolderComparisonFilter.matchFolderPattern(javax.mail.Folder folder)
|
UFID[] |
FolderAndFilter.apply(javax.mail.Store store)
|
javax.mail.Folder[] |
FolderAndFilter.apply(javax.mail.Folder[] folders)
|
UFID[] |
Filter.apply(javax.mail.Store store)
|
static javax.mail.search.SearchTerm |
EMailQueryTranslator.translateWhereClause(String whereClause)
Translate a SQL-like WHERE clause to an e-mail search term. |
javax.mail.search.SearchTerm |
EMailQueryTranslator.translate(String whereClause)
Translate a SQL-like WHERE clause to an e-mail search term. |
IeRequest |
EMailAdapterImpl.processRequest(Request request)
|
private javax.mail.Store |
EMailAdapterImpl.getStore(Webject webject,
Hashtable ctx)
|
void |
DeleteObjects.run(javax.mail.Store store)
Deletes messages matching specified search criteria. |
void |
CreateObjects.run(javax.mail.Store store)
Creates new objects in the message store, |
private void |
CreateObjects.createMessage(javax.mail.Store store)
Creates a new message in the message store, |
private void |
CreateObjects.createFolder(javax.mail.Store store)
Creates a new folder in the message store, |
static ContentItem[] |
ContentUtilities.getContentItems(javax.mail.Folder folder)
|
static ContentItem[] |
ContentUtilities.listContentItems(javax.mail.Message message)
|
static Element |
ContentUtilities.getElement(ContentItem contentItem,
String[] attributes)
|
static String[] |
ContentUtilities.getAttribute(ContentItem contentItem,
String name)
|
static String |
ContentUtilities.getMainTextBody(ContentItem contentItem)
|
private static void |
ContentUtilities.listPart(Vector v,
MessageUFID messageUFID,
javax.mail.internet.MimeBodyPart part,
String prefix,
int partNo)
|
static ContentUFID |
ContentUFID.newInstance(ContentItem contentItem)
|
Object |
ContentUFID.getObject(javax.mail.Store store)
|
String |
ContentUFID.getContentType(javax.mail.Store store)
|
String |
ContentUFID.getFilename(javax.mail.Store store)
|
Object |
ContentUFID.refreshObject(javax.mail.Store store)
|
void |
ContentUFID.write(javax.mail.Store store,
IeMultipartOutputStream mos)
|
UFID[] |
ContentOrFilter.apply(javax.mail.Store store)
|
ContentItem[] |
ContentOrFilter.apply(ContentItem[] contentItems)
|
protected javax.mail.Folder[] |
ContentOrFilter.getFolders(javax.mail.Store store)
|
ContentItem[] |
ContentNotLessFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentNotLessFilter.getMatchingFolders(javax.mail.Store store)
|
ContentItem[] |
ContentNotGreaterFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentNotGreaterFilter.getMatchingFolders(javax.mail.Store store)
|
ContentItem[] |
ContentNotEqualFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentNotEqualFilter.getMatchingFolders(javax.mail.Store store)
|
ContentItem[] |
ContentLessFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentLessFilter.getMatchingFolders(javax.mail.Store store)
|
String |
ContentItem.getAttribute(String name)
|
void |
ContentItem.write(IeMultipartOutputStream mos)
|
private void |
ContentItem.writeBodyPart(IeMultipartOutputStream mos,
javax.mail.internet.MimeBodyPart bp)
|
ContentItem[] |
ContentGreaterFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentGreaterFilter.getMatchingFolders(javax.mail.Store store)
|
UFID[] |
ContentEqualFilter.apply(javax.mail.Store store)
|
ContentItem[] |
ContentEqualFilter.apply(ContentItem[] contentItems)
|
javax.mail.Folder[] |
ContentEqualFilter.getMatchingFolders(javax.mail.Store store)
|
abstract ContentItem[] |
ContentComparisonFilter.apply(ContentItem[] contentItem)
|
abstract javax.mail.Folder[] |
ContentComparisonFilter.getMatchingFolders(javax.mail.Store store)
|
UFID[] |
ContentComparisonFilter.apply(javax.mail.Store store)
Apply the comparison to content in a specific store. |
javax.mail.Folder[] |
ContentComparisonFilter.getFolders(javax.mail.Store store)
Returns the folders to which the comparison is applicable. |
protected boolean |
ContentComparisonFilter.matchPattern(String s)
|
protected boolean |
ContentComparisonFilter.matchFolderPattern(javax.mail.Folder folder)
|
UFID[] |
ContentAndFilter.apply(javax.mail.Store store)
|
ContentItem[] |
ContentAndFilter.apply(ContentItem[] contentItems)
|
protected javax.mail.Folder[] |
ContentAndFilter.getFolders(javax.mail.Store store)
|
static org.apache.regexp.RE |
CommonUtilities.getRegexp(String pattern)
|
abstract void |
AbstractWebject.run(javax.mail.Store store)
|
protected UFID[] |
AbstractWebject.query(javax.mail.Store store)
|
protected UFID[] |
AbstractWebject.query(javax.mail.Store store,
String type,
String where)
|
protected void |
AbstractWebject.addElement(Group group,
javax.mail.Message message,
String[] attributes)
|
protected void |
AbstractWebject.addElement(Group group,
javax.mail.Folder folder,
String[] attributes)
|
protected void |
AbstractWebject.addElement(Group group,
ContentItem contentItem,
String[] attributes)
|
protected void |
AbstractWebject.addElements(javax.mail.Store store,
Group group,
UFID[] ufids,
String[] attributes)
|
abstract Object |
AbstractUFID.getObject(javax.mail.Store store)
|
abstract Object |
AbstractUFID.refreshObject(javax.mail.Store store)
|
static AbstractOrFilter |
AbstractOrFilter.newInstance(String type,
Filter term1,
Filter term2)
Factory method that produces an instance that can be applied to the specified type. |
abstract UFID[] |
AbstractOrFilter.apply(javax.mail.Store store)
|
static AbstractComparisonFilter |
AbstractComparisonFilter.newInstance(String type,
String operator,
String name,
String pattern)
Factory method that produces an instance that can be applied to the specified type. |
abstract UFID[] |
AbstractComparisonFilter.apply(javax.mail.Store store)
|
static AbstractAndFilter |
AbstractAndFilter.newInstance(String type,
Filter term1,
Filter term2)
Factory method that produces an instance that can be applied to the specified type. |
abstract UFID[] |
AbstractAndFilter.apply(javax.mail.Store store)
|
Uses of IEException in com.infoengine.exception |
Subclasses of IEException in com.infoengine.exception | |
class |
IEPartialResultsException
|
Uses of IEException in com.infoengine.exception.adapter |
Subclasses of IEException in com.infoengine.exception.adapter | |
class |
IEAdapterAppException
This exception is thrown due to the errors or malfunctions resulting from your Enterprise Information Systems (EIS), or application servers your adapter encountered. |
class |
IEAdapterConnectionException
This exception is thrown due to the errors or malfunctions resulting from your connection failure to the Enterprise Information Systems (EIS), or application servers. |
class |
IEAdapterException
This is the base class for the other adapter exception classes defined with JADK. |
class |
IEAdapterExecuteException
This exception is thrown due to the errors or malfunctions resulting from executing a request against the Enterprise Information Systems (EIS), or application servers. |
class |
IEAdapterIOException
This exception is thrown due to the errors or malfunctions resulting from the input and output between your adapter and the Enterprise Information Systems (EIS), or application servers; or between your adapter and the Info*Engine server. |
Uses of IEException in com.infoengine.exception.fatal |
Subclasses of IEException in com.infoengine.exception.fatal | |
class |
IEBadRequestException
|
class |
IEFatalClientException
|
class |
IEFatalException
|
class |
IEFatalServiceException
|
class |
IEFatalServiceUnavailableException
|
class |
IEForbiddenException
|
class |
IEInternalServiceException
|
class |
IEMalformedLdapDnException
|
class |
IENotFoundException
|
class |
IENotResumableException
|
class |
IERemoteException
|
class |
IESyntaxException
|
class |
IETaskCompilerException
|
class |
IEUnauthorizedException
|
Uses of IEException in com.infoengine.exception.nonfatal |
Subclasses of IEException in com.infoengine.exception.nonfatal | |
class |
IENoSavedStateException
|
class |
IERequestTimeOutException
|
class |
IEServiceUnavailableException
|
class |
IETemporaryException
|
Uses of IEException in com.infoengine.jdbc |
Subclasses of IEException in com.infoengine.jdbc | |
class |
NoAvailableConnectionException
|
class |
UnknownConnectionException
|
Methods in com.infoengine.jdbc that throw IEException | |
Connection |
ResourcePool.createConnection(String url,
String user,
String paswd)
|
void |
ResourcePool.closeConnection(Connection connection)
|
private void |
ResourcePool.initPool(String users,
String passwds)
This method initialize the connection/session pooling. |
protected Connection |
ResourcePool.addConnection(String user,
String paswd)
This method create a connection with credential pair user/paswd and then add it to the connection/session pool. |
Connection |
ResourcePool.getConnection(String user,
String paswd)
This method gets a connection from the available pool if there is one, or checks for the idle connection from the other user to find one available before creating a new connection. |
void |
ResourcePool.returnConnection(String user,
String pwd,
Connection conn)
This method return a connection from the unavailable pool to the available pool. |
void |
ResourcePool.returnConnection(Connection conn)
This method return a connection from the unavailable pool to the available pool. |
void |
ResourcePool.removeConnection(String user,
String pwd,
Connection conn)
This method remove a connection from the unavailable pool. |
void |
ResourcePool.removeConnection(Connection conn)
This method remove a connection from the unavailable pool. |
Connection |
PoolProcessor.createConnection(String url,
String user,
String passwd)
|
void |
PoolProcessor.closeConnection(Connection connection)
|
IeRequest |
JDBCAdapterImpl.processRequest(Request request)
|
Constructors in com.infoengine.jdbc that throw IEException | |
ResourcePool(String svcName,
String urlink,
String users,
String passwds,
int initCount,
int maxCount)
Constructor for the pooling. |
Uses of IEException in com.infoengine.jndi |
Methods in com.infoengine.jndi that throw IEException | |
void |
QueryObjects.run(DirContext ctx)
Parses the fields from the Request object to obtain the search criteria and the attributes to retrieve. |
void |
JNDIObject.run(DirContext context)
|
IeRequest |
JNDIAdapterImpl.processRequest(Request request)
|
Uses of IEException in com.infoengine.messaging |
Methods in com.infoengine.messaging that throw IEException | |
Group |
MsgService.emitEvent(Task t)
send a named event |
Group |
MsgService.subscribeEvent(Task t)
subscribe to listen for a named event |
Group |
MsgService.unsubscribeEvent(Webject w)
unsubscribe from a named event |
private EventListener |
MsgService.newEventListener(javax.jms.Topic topic,
String euri,
String user,
String pass,
boolean subscribe)
create a new EventListener |
private EventListener |
MsgService.findEventListener(String euri)
search for a named event listener |
private QueueListener |
MsgService.findQueueListener(String quri,
String where)
search for a named queue listener |
private EventListener |
MsgService.getEventListener(String euri,
String user,
String pass,
boolean create)
lookup an event listener in the events hash. |
private EventListener |
MsgService.getEventListener(String euri,
String user,
String pass,
boolean create,
boolean subscribe)
lookup an event listener in the events hash if create is true and a listener is not found then create a new listener |
private void |
MsgService.closeEventListener(EventListener listener)
close an event listener but don't end its subscription. |
private void |
MsgService.closeEventListener(EventListener listener,
boolean endDurableSubscription)
close an event listener |
private void |
MsgService.closeQueueListener(QueueListener listener)
close a queue listener |
private Object |
MsgService.lookupAdminObject(Context ctx,
String uri)
Lookup an administered object by name |
(package private) javax.jms.Queue |
MsgService.lookupQueue(String uri)
Lookup Queue administered object by name |
private javax.jms.Topic |
MsgService.lookupTopic(String uri)
Lookup Topic administered object by name |
private javax.jms.ConnectionFactory |
MsgService.lookupConnectionFactory(Context ctx,
String uri)
Lookup ConnectionFactory administered object by name |
private QueueListener |
MsgService.getQueueListener(String quri,
String user,
String pass,
String where,
boolean create,
boolean createNew)
lookup an queue listener in the listener's hash if create is true and a listener is not found then create a new listener |
private QueueListener |
MsgService.newQueueListener(javax.jms.Queue queue,
String quri,
String user,
String pass,
String where)
create a new QueueListener |
private QueueListener |
MsgService.getQueueListener(String quri,
String user,
String pass,
String where)
lookup an event listener in the events hash if create is true and a listener is not found then create a new listener |
private QueueListener |
MsgService.getQueueListener(String quri,
String user,
String pass,
String where,
boolean create)
lookup an event listener in the events hash if create is true and a listener is not found then create a new listener |
Group |
MsgService.queueTask(Task t)
Queue a named task |
Task |
MsgService.queryResults(Task t,
boolean remove)
Query for the results of a queued task |
Group |
MsgService.subscribeQueue(Task t)
subscribe to a queue for tasks to execute |
Group |
MsgService.browseQueue(Task t)
Browse a queue for contents |
Group |
MsgService.unsubscribeQueue(Task t)
unsubscribe from a named queue |
Group |
MsgService.createObject(Task t)
<ie:webject name="Create-Object" type="MSG"> <ie:param name="QUEUE" data=" |
Task |
MsgService.deleteObject(Task t)
<ie:webject name="Delete-Object" type="MSG"> <ie:param name="QUEUE" data=" |
Task |
MsgService.queryObject(Task t)
<ie:webject name="Query-Object" type="MSG"> <ie:param name="QUEUE" data=" |
private Task |
MsgService.queryObject(Task t,
boolean remove)
method supporting query and delete object webjects |
protected IeRequest |
MsgListener.executeTask(String executeTask,
Request factoryRequest,
javax.jms.Message m,
IeMultipartInputStream imis)
build an environment, possibly set an input stream and execute a task with uri executeTask. |
protected IeRequest |
MsgListener.getRequest(javax.jms.Message m)
get an IeRequest out of a JMS message retrieves message processor name from message, if property is not found the Unknown processor is used. |
protected void |
MsgListener.queueBadMessage(javax.jms.Message m,
String origin)
queue bad message m from queue with uri origin to queue with uri quri. |
protected void |
MsgListener.queueMessage(String quri,
javax.jms.Message m)
queue message m to queue with uri quri. |
protected void |
MsgListener.updateServerContext(Request r,
javax.jms.Message m)
|
Uses of IEException in com.infoengine.object |
Methods in com.infoengine.object that throw IEException | |
String |
IeObjectSAXReader.getStringOutput()
|
IeObject |
IeObjectSAXReader.getIeObject()
|
private IeObject |
IeObjectSAXReader.runTheParser()
|
IeRequest |
IeMultipartInputStream.readRequest()
Reads the next content object from the input stream and parses it as an Info*Engine request object. |
IeCollection |
IeMultipartInputStream.readVdb()
Reads the next content object from the input stream and parses it as an Info*Engine VDB object. |
Uses of IEException in com.infoengine.object.factory |
Methods in com.infoengine.object.factory that throw IEException | |
private String |
Request.generateSuperHash()
generate the 'fingerprint' string based on value of 'secret.text2' if 'secret.text2' does not exist null is returned. |
private String |
Request.generateHash()
generate the 'fingerprint' string based on value of 'secret.text' if 'secret.text' does not exist null is returned |
private String |
Request.hash(String local_secret)
|
void |
Request.sign()
sign request if Info*Engine is configured to do so. |
void |
Request.sign(String property_prefix)
sign request if Info*Engine is configured to do so. |
void |
Request.validateSignature()
validate request if Info*Engine is configured to do so. |
void |
Request.validateSignature(String property_prefix)
validate request if Info*Engine is configured to do so. |
Uses of IEException in com.infoengine.pda |
Methods in com.infoengine.pda that throw IEException | |
void |
ValidateUser.run()
|
void |
UpdateObjects.run()
Deletes records matching specified query criteria. |
void |
QueryObjects.run()
Queries the PDA for records matching specified query criteria. |
IeRequest |
PdaAdapterImpl.processRequest(Request request)
|
void |
DeleteObjects.run()
Deletes records matching specified query criteria. |
void |
CreateObject.run()
Creates a new record in a database on the PDA. |
abstract void |
AbstractWebject.run()
|
protected URL |
AbstractWebject.getActionURL(String action)
|
protected Group |
AbstractWebject.executeAction(String action)
|
Uses of IEException in com.infoengine.procunit |
Methods in com.infoengine.procunit that throw IEException | |
IeRequest |
IeProcessor.processRequest(Request request)
Process a request received from the Info*Engine server. |
static void |
IEExceptionUtil.checkCollectionForErrors(IeCollection collect)
|
static void |
IEExceptionUtil.checkCollectionForErrors(IeCollection collect,
String exceptionClass)
|
static void |
IEExceptionUtil.checkResponseForErrors(IeRequest response)
|
static void |
IEExceptionUtil.checkResponseForErrors(IeRequest response,
String exceptionClass)
|
Certificate |
IeCertificateRetriever.retrieveCertificate(String owner)
Retrieve the security certificate of a principal with a specific name. |
Uses of IEException in com.infoengine.procunit.adapter |
Subclasses of IEException in com.infoengine.procunit.adapter | |
class |
AdapterException
|
Methods in com.infoengine.procunit.adapter that throw IEException | |
IeRequest |
EchoAdapterImpl.processRequest(Request request)
|
void |
Adapter.setInputStream(IeMultipartInputStream is)
Sets the multipart input stream associated with the object. |
InputStream |
Adapter.getInputStream()
Returns the input stream associated with the connection established by this object. |
OutputStream |
Adapter.getOutputStream()
Returns the output stream currently associated with the connection established by this object. |
void |
Adapter.send(IeRequest request,
IeMultipartInputStream in)
Sends an Info*Engine request object across the established connection, and copies BLOB's from a specified servlet input stream to the connection too. |
void |
Adapter.send(IeRequest request)
Sends an Info*Engine request object across the established connection. |
IeRequest |
Adapter.receive()
Reads and returns a response to a request previously sent across the established connection. |
private void |
Adapter.createConnection(String serviceName,
com.infoengine.log.LogWriter logWriter)
Creates a connection to a named component. |
private void |
Adapter.initialize()
Initializes the object instance. |
private Socket |
Adapter.getConnection(String serviceName)
|
Constructors in com.infoengine.procunit.adapter that throw IEException | |
Adapter(String serviceName,
com.infoengine.log.LogWriter logWriter)
Constructs an instance initialized to support communication with a named component. |
|
Adapter(Enumeration serviceNames,
com.infoengine.log.LogWriter logWriter)
Constructs an instance initialized to support communication with a component identified in an enumeration. |
Uses of IEException in com.infoengine.procunit.gateway |
Methods in com.infoengine.procunit.gateway that throw IEException | |
IeRequest |
GatewayImpl.processRequest(Request request)
|
private Group |
GatewayImpl.getInputGroup(Task task)
|
private void |
GatewayImpl.returnBlob(Group group,
IeMultipartOutputStream out)
|
Uses of IEException in com.infoengine.procunit.task |
Methods in com.infoengine.procunit.task that throw IEException | |
IeRequest |
TaskProcessorImpl.processRequest(Request request)
Accept a request and build a dynamic task object (SAK.Task) from it. |
Uses of IEException in com.infoengine.procunit.template |
Methods in com.infoengine.procunit.template that throw IEException | |
IeRequest |
TemplateProcessorImpl.processRequest(Request request)
|
private void |
TemplateProcessorImpl.processTemplate(IeGroup grp)
|
private boolean |
TemplateProcessorImpl.processWebject(IeNode node)
|
private Task |
TemplateProcessorImpl.invokeTemplate(Task task,
String name)
|
Uses of IEException in com.infoengine.procunit.webject |
Subclasses of IEException in com.infoengine.procunit.webject | |
class |
DisplayWebjectException
|
class |
GroupWebjectException
|
Methods in com.infoengine.procunit.webject that throw IEException | |
IeRequest |
WebjectProcessor.processTask(Task task)
|
IeRequest |
WebjectProcessor.routeWebject(Webject webject,
Task task)
|
Task |
WebjectProcessor.invokeWebject(Webject webject,
Task task)
|
Webject |
parseWebject2x.parseWebject(IeNode node)
|
Webject |
parseWebject2x.parseWebject(Reader reader)
|
IeNode |
htmlWebjectTokenizer.nextElement(String ename)
|
Constructors in com.infoengine.procunit.webject that throw IEException | |
WebjectProcessor()
|
Uses of IEException in com.infoengine.SAK |
Subclasses of IEException in com.infoengine.SAK | |
class |
IeServiceException
|
Methods in com.infoengine.SAK that throw IEException | |
protected void |
Webject.initialize(Task task)
Prepares the webject for execution. |
protected Webject |
Webject.getWebjectImpl()
Returns an instance of the class that implements the operation identified by this webject. |
protected void |
Webject.copyOutputGroups(Task sourceTask)
Copies the groups from a specified task to the service associated with this webject. |
void |
Webject.invoke()
Invokes the webject in the server context. |
void |
Webject.invoke(Task task)
Invokes the webject in the server context using a specified task object. |
static void |
Webject.run(Vector webjects)
Runs a set of webjects, each in its own thread, and waits for all of them to complete. |
void |
Tasklet.initialize()
Initializes the tasklet. |
void |
Tasklet.invoke()
Executes the tasklet. |
Tasklet |
TaskCompiler.compile(String url)
Compiles a task and returns an instance that can be invoked. |
private Class |
TaskCompiler.loadTask(String className,
String uri)
Load the class associated with a specified tasklet. |
private void |
TaskCompiler.compileTask(String className,
String uri)
Parse task source and produce a Java tasklet from it. |
private void |
TaskCompiler.generateJavaSource(String className,
String uri,
BufferedReader rdr,
PrintWriter pw)
Parse a task file and produce a Java source file from it. |
private String |
TaskCompiler.parseWebject(StreamTokenizer tokenizer,
String uri,
PrintWriter spw,
PrintWriter dpw,
PrintWriter cpw,
TaskCompiler.Tag tag,
int indentDepth,
int parallelDepth)
Parses a WEBJECT tag and generates Java source for it. |
private void |
TaskCompiler.parseTask(StreamTokenizer tokenizer,
String uri,
PrintWriter spw,
PrintWriter dpw,
PrintWriter cpw,
TaskCompiler.Tag tag,
int indentDepth,
int parallelDepth,
boolean inheritForm)
Parses a TASK tag and generates Java source for it. |
private void |
TaskCompiler.emitParam(String wsp,
String prefix,
TaskCompiler.Tag paramTag,
String uri,
int lineNumber,
PrintWriter pw)
Emits code to process a webject or task parameter. |
private String |
TaskCompiler.parseParamValue(String attr,
String data,
String deflt,
String uri,
int lineno,
boolean runtimeSubst)
Parses a tag attribute value to generate code for special substitution strings and embedded |