|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandDelegateProviderException | |
com.infoengine.au.delegateprovider |
Uses of CommandDelegateProviderException in com.infoengine.au.delegateprovider |
Subclasses of CommandDelegateProviderException 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 |
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 CommandDelegateProviderException | |
String |
CommandDelegateProvider.getCommandDelegateName(String commandName,
String wcTypeIdentifier,
String targetRepository,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the fully qualified command delegate classname. |
String |
CommandDelegateProvider.getCommandDelegateName(String commandName,
String wcTypeIdentifier,
String targetRepository,
String directorySearchBaseURL,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the fully qualified command delegate classname. |
Group |
CommandDelegateProvider.getCommandDelegateEntry(String commandName,
String wcTypeIdentifier,
String targetRepository,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the Command Delegate Entry. |
Group |
CommandDelegateProvider.getCommandDelegateEntry(String commandName,
String wcTypeIdentifier,
String targetRepository,
String directorySearchBaseURL,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the Command Delegate Entry. |
Group |
CommandDelegateProvider.getCommandDelegateEntryWithUfid(String commandName,
String wcTypeIdentifier,
String ufid,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the Command Delegate Entry. |
Group |
CommandDelegateProvider.getCommandDelegateEntryWithUfid(String commandName,
String wcTypeIdentifier,
String ufid,
String directorySearchBaseURL,
TypeHierarchy typeHierarchy)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the Command Delegate Entry. |
Vector |
CommandDelegateProvider.getSupportingAdapters(String commandName,
String wcTypeIdentifier,
String targetRepository,
String directorySearchBaseURL)
Searches the Command Delegate Registry for the Command Delegate specified by the input values and returns the Command Delegate Entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |