Uses of Class
org.norther.tammi.core.base.LogException

Packages that use LogException
org.norther.tammi.core.base   
org.norther.tammi.core.config   
org.norther.tammi.core.external   
org.norther.tammi.core.mail   
org.norther.tammi.core.realm   
org.norther.tammi.core.rt   
org.norther.tammi.core.scripter   
org.norther.tammi.core.security   
org.norther.tammi.core.xml   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
org.norther.tammi.root.rt   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.media   
org.norther.tammi.spray.session   
org.norther.tammi.sprig.chart   
org.norther.tammi.sprig.chart.encode   
org.norther.tammi.sprig.jasper   
org.norther.tammi.sprig.jasper.export   
org.norther.tammi.sprig.jfree   
org.norther.tammi.sprig.jfree.encode   
org.norther.tammi.sprig.jfree.export   
org.norther.tammi.sprig.report   
org.norther.tammi.sprig.report.export   
 

Uses of LogException in org.norther.tammi.core.base
 

Methods in org.norther.tammi.core.base that throw LogException
 ObjectName MBeanBroker.adapt(String className)
          Adapts and registers an MBean with the default name.
 ObjectName MBeanBroker.adapt(String className, ObjectName name)
          Adapts and registers an MBean with an object name .
 ObjectName MBeanBroker.adapt(String className, ObjectName name, String ifname)
          Adapts and registers an MBean with an object name and interface.
 ObjectName MBeanBroker.adapt(String className, ObjectName name, String ifname, Object params)
          Adapts and registers an MBean with an object name, interface and parameters.
 ObjectName MBeanBroker.adapt(String className, ObjectName name, String ifname, ObjectName loader, Object params, Object sign)
          Adapts and registers an MBean with an object name, interface, class loader, parameters and signature.
 ObjectName MBeanBroker.adapt(String className, ObjectName name, String ifname, Object params, Object sign)
          Adapts and registers an MBean with an object name, interface, parameters and signature.
 ObjectName MBeanBroker.adapt(String className, String ifname)
          Adapts and registers an MBean with the default name and interface.
 ObjectName MBeanBroker.adapt(String className, String name, String ifname)
          Adapts and registers an MBean with a string name and interface.
 ObjectName MBeanBroker.adapt(String className, String name, String ifname, Object params)
          Adapts and registers an MBean with a string name, interface and parameters.
 ObjectName MBeanBroker.adapt(String className, String name, String ifname, Object params, Object sign)
          Adapts and registers an MBean with a string name, interface, parameters and signature.
 ObjectName MBeanBroker.adapt(String className, String name, String ifname, String loader, Object params, Object sign)
          Adapts and registers an MBean with a string name, interface, class loader, parameters and signature.
 ObjectName MBeanBroker.create(String className)
          Creates and registers an MBean with the default name.
 ObjectName MBeanBroker.create(String className, ObjectName name)
          Creates and registers an MBean with an object name.
 ObjectName MBeanBroker.create(String className, ObjectName name, Object params)
          Creates and registers an MBean with an object name and parameters.
 ObjectName MBeanBroker.create(String className, ObjectName name, ObjectName loader, Object params, Object sign)
          Creates and registers an MBean with an object name, class loader, parameters and signature.
 ObjectName MBeanBroker.create(String className, ObjectName name, Object params, Object sign)
          Creates and registers an MBean with an object name, parameters and signature.
 ObjectName MBeanBroker.create(String className, String name)
          Creates and registers an MBean with a string name.
 ObjectName MBeanBroker.create(String className, String name, Object params)
          Creates and registers an MBean with a string name and parameters.
 ObjectName MBeanBroker.create(String className, String name, Object params, Object sign)
          Creates and registers an MBean with a string name, parameters and signature.
 ObjectName MBeanBroker.create(String className, String name, String loader, Object params, Object sign)
          Creates and registers an MBean with a string name, class loader, parameters and signature.
 Object MBeanBroker.get(ObjectName name, String key)
          Gets an attribute value of the specified MBean.
 Object MBeanBroker.get(ObjectName name, String key, Object tag)
          Gets a taggeg attribute value of the specified MBean.
 Object MBeanBroker.get(String spec, String key)
          Gets an attribute value of the specified MBean.
 Object MBeanBroker.get(String spec, String key, String tag)
          Gets a tagged attribute value of the specified MBean.
 String[] MBeanBroker.getAllDomains()
          Gets all domains.
 String MBeanBroker.getClassName(ObjectName name)
          Gets the class name of the specified MBean.
 String MBeanBroker.getClassName(String spec)
          Gets the class name of the specified MBean.
 MBeanInfo MBeanBroker.getInfo(ObjectName name)
          Gets MBean info about the specified MBean.
 MBeanInfo MBeanBroker.getInfo(String spec)
          Gets MBean info about the specified MBean.
 Object MBeanBroker.instantiate(String className)
          Intantiates an object.
 Object MBeanBroker.instantiate(String className, Object params)
          Intantiates an object with parameters.
 Object MBeanBroker.instantiate(String className, Object params, Object sign)
          Intantiates an object with parameters and a signature.
 Object MBeanBroker.invoke(ObjectName name, String method)
          Invokes a method of the specified MBean.
 Object MBeanBroker.invoke(ObjectName name, String method, Object params)
          Invokes a method of the specified MBean with parameters.
 Object MBeanBroker.invoke(ObjectName name, String method, Object params, Object sign)
          Invokes a method of the specified MBean with parameters and a signature.
 Object MBeanBroker.invoke(String spec, String method)
          Invokes a method of the specified MBean.
 Object MBeanBroker.invoke(String spec, String method, Object params)
          Invokes a method of the specified MBean with parameters.
 Object MBeanBroker.invoke(String spec, String method, Object params, Object sign)
          Invokes a method of the specified MBean with parameters and a signature.
 boolean MBeanBroker.isInstanceOf(ObjectName name, String className)
          Checks whether the named MBean implements a specific class.
 boolean MBeanBroker.isInstanceOf(String name, String className)
          Checks whether an MBean with a string name implements a specific class.
 ObjectName MBeanBroker.register(Object object)
          Registers an unnamed MBean.
 ObjectName MBeanBroker.register(Object object, ObjectName name)
          Registers the named MBean.
 ObjectName MBeanBroker.register(Object object, ObjectName name, String ifname)
          Registers the named MBean exposing the specified class or interface.
 ObjectName MBeanBroker.register(Object object, String name)
          Registers an MBean with a string name.
 void MBeanBroker.set(ObjectName name, String key, Object value)
          Sets an attribute value of the specified MBean.
 void MBeanBroker.set(ObjectName name, String key, Object tag, Object value)
          Sets a tagged attribute value of the specified MBean.
 void MBeanBroker.set(ObjectName name, String key, Object tag, Object value, String type)
          Sets a tagged and typed attribute value of the specified MBean.
 void MBeanBroker.set(String spec, String key, Object value)
          Sets an attribute value of the specified MBean.
 void MBeanBroker.set(String spec, String key, Object tag, Object value)
          Sets a tagged attribute value of the specified MBean.
 void MBeanBroker.set(String spec, String key, Object tag, Object value, String type)
          Sets a tagged and typed attribute value of the specified MBean.
 ObjectName MBeanBroker.toObjectName(String name)
          Converts a string to an object name.
 void MBeanBroker.unregister(ObjectName name)
          Unregisters the named MBean.
 void MBeanBroker.unregister(String name)
          Unregisters an MBean with a string name.
 

Uses of LogException in org.norther.tammi.core.config
 

Methods in org.norther.tammi.core.config that throw LogException
 void MBeanConfig.configure(ObjectName name, String path)
          Configures the specified MBean.
 void MBeanConfig.configure(ObjectName name, String path, String encoding)
          Configures the specified MBean by applying the given encoding.
 void MBeanConfig.configure(String spec, String path)
          Configures the specified MBean.
 void MBeanConfig.configure(String spec, String path, String encoding)
          Configures the specified MBean by applying the given encoding.
 Object MBeanConfig.convert(String className, Object value)
          Converts an object by applying an appropriate converter MBean.
 Object MBeanConfig.convert(String className, Object value, String pattern)
          Converts an object with a pattern by applying an appropriate converter MBean.
 void MBeanConfig.copy(File source, File target)
          Copies a file.
 void MBeanConfig.copy(URL source, File target)
          Copies a URL.
 

Uses of LogException in org.norther.tammi.core.external
 

Methods in org.norther.tammi.core.external that throw LogException
 void DefaultLibrary.setLoaderPath(String path)
           
 void Library.setLoaderPath(String path)
          Sets the static path to the loader library.
 

Uses of LogException in org.norther.tammi.core.mail
 

Methods in org.norther.tammi.core.mail that throw LogException
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody)
          Sends a text-only mail message with minimal addressing information to specified addresses.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] replyToAddress, javax.mail.internet.InternetAddress senderAddress, javax.mail.internet.InternetAddress[] toAddress, javax.mail.internet.InternetAddress[] ccAddress, javax.mail.internet.InternetAddress[] bccAddress, String subject, String messageBody)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] replyToAddress, javax.mail.internet.InternetAddress senderAddress, javax.mail.internet.InternetAddress[] toAddress, javax.mail.internet.InternetAddress[] ccAddress, javax.mail.internet.InternetAddress[] bccAddress, String subject, String messageBody)
          Sends a text-only mail message with full addressing information.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] replyToAddress, javax.mail.internet.InternetAddress senderAddress, javax.mail.internet.InternetAddress[] toAddress, javax.mail.internet.InternetAddress[] ccAddress, javax.mail.internet.InternetAddress[] bccAddress, String subject, String messageBody, String encoding)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] replyToAddress, javax.mail.internet.InternetAddress senderAddress, javax.mail.internet.InternetAddress[] toAddress, javax.mail.internet.InternetAddress[] ccAddress, javax.mail.internet.InternetAddress[] bccAddress, String subject, String messageBody, String encoding)
          Sends an encoded text-only mail message with full addressing information.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody)
          Sends a text-only mail message with less addressing information to specified addresses.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody, String encoding)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress[] toAddress, String subject, String messageBody, String encoding)
          Sends an encoded text-only mail message with less addressing information to specified addresses.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress toAddress, String subject, String messageBody)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress toAddress, String subject, String messageBody)
          Sends a text-only mail message with less addressing information to the specified addresses.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress toAddress, String subject, String messageBody, String encoding)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress fromAddress, javax.mail.internet.InternetAddress toAddress, String subject, String messageBody, String encoding)
          Sends an encoded text-only mail message with less addressing information to the specified address.
 void DefaultMailSender.sendMail(javax.mail.internet.InternetAddress toAddress, String subject, String messageBody)
           
 void MailSender.sendMail(javax.mail.internet.InternetAddress toAddress, String subject, String messageBody)
          Sends a text-only mail message with minimal addressing information to the specified address.
 

Uses of LogException in org.norther.tammi.core.realm
 

Methods in org.norther.tammi.core.realm that throw LogException
 void DefaultMemoryRealm.addRole(String username, String role)
           
 void MemoryRealm.addRole(String username, String role)
          Adds a role.
 void DefaultMemoryRealm.addUser(String username, String password)
           
 void MemoryRealm.addUser(String username, String password)
          Adds a new user.
 void DefaultMemoryRealm.addUser(String username, String password, List roles)
           
 void MemoryRealm.addUser(String username, String password, List roles)
          Adds a new user with roles.
 void DefaultMemoryRealm.changePassword(String username, String password)
           
 void MemoryRealm.changePassword(String username, String password)
          Changes the password.
 List DefaultMemoryRealm.getRoles(String username)
           
 List MemoryRealm.getRoles(String username)
          Gets roles.
 void DefaultMemoryRealm.loadPasswordFile(String path, boolean shadow)
          Loads encrypted passwords from the Unix kind of passwd/shadow file.
 void DefaultMemoryRealm.removeRole(String username, String role)
           
 void MemoryRealm.removeRole(String username, String role)
          Removes a role.
 void DefaultNativeRealm.setGroupId(int gid)
           
 void NativeRealm.setGroupId(int gid)
          Sets the group id of the current process.
 void DefaultMemoryRealm.setRoles(String username, List roles)
           
 void MemoryRealm.setRoles(String username, List roles)
          Sets roles.
 void DefaultNativeRealm.setUserId(int uid)
           
 void NativeRealm.setUserId(int uid)
          Sets the user id of the current process.
 

Uses of LogException in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt that throw LogException
 boolean VariableTree.addBranchName(ObjectName name)
           
 boolean VariableTreeMBean.addBranchName(ObjectName name)
          Adds a new branch.
 boolean VariableTree.addBranchNames(Collection names)
           
 boolean VariableTreeMBean.addBranchNames(Collection names)
          Adds new branches.
 boolean VariableTree.addLeafName(ObjectName name)
           
 boolean VariableTreeMBean.addLeafName(ObjectName name)
          Adds a new leaf.
 boolean VariableTree.addLeafNames(Collection names)
           
 boolean VariableTreeMBean.addLeafNames(Collection names)
          Adds new leaves.
 void VariableTree.setBaseName(ObjectName name)
           
 void VariableTreeMBean.setBaseName(ObjectName name)
          Sets the base.
 

Uses of LogException in org.norther.tammi.core.scripter
 

Methods in org.norther.tammi.core.scripter that throw LogException
 Object DefaultScripter.apply(File file, List paramNames, List arguments)
           
 Object Scripter.apply(File file, List paramNames, List arguments)
          Applies a function.
static Object StaticScripter.apply(Object funcBody, List paramNames, List arguments)
          Applies un unnamed function using the default scripter and default language.
 Object DefaultScripter.apply(String path, List paramNames, List arguments)
           
 Object Scripter.apply(String path, List paramNames, List arguments)
          Applies a function.
 Object DefaultScripter.apply(String lang, String source, InputStream input, List paramNames, List arguments)
           
 Object Scripter.apply(String lang, String source, InputStream input, List paramNames, List arguments)
          Applies a function.
 Object DefaultScripter.apply(String lang, String source, int lineNo, int columnNo, Object funcBody, List paramNames, List arguments)
           
 Object Scripter.apply(String lang, String source, int lineNo, int columnNo, Object funcBody, List paramNames, List arguments)
          Applies the given anonymous function of the given language to the given parameters and returns the resulting value.
 Object DefaultScripter.apply(String key, String path, List paramNames, List arguments)
           
 Object Scripter.apply(String key, String path, List paramNames, List arguments)
          Applies a function.
 Object DefaultScripter.apply(String lang, String source, Reader reader, List paramNames, List arguments)
           
 Object Scripter.apply(String lang, String source, Reader reader, List paramNames, List arguments)
          Applies a function.
 Object DefaultScripter.apply(URL url, List paramNames, List arguments)
           
 Object Scripter.apply(URL url, List paramNames, List arguments)
          Applies a function.
 void DefaultScripter.compileApply(String lang, String source, int lineNo, int columnNo, Object funcBody, List paramNames, List arguments, ScriptCodeBuffer cb)
           
 void Scripter.compileApply(String lang, String source, int lineNo, int columnNo, Object funcBody, List paramNames, List arguments, ScriptCodeBuffer cb)
          Compiles the application of the given anonymous function of the given language to the given parameters into the given code buffer.
 void DefaultScripter.compileExpr(String lang,