KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > InvalidParameterException > Top Examples

  • org.jboss.varia.scheduler.Scheduler
    Scheduler Instance to allow clients to run this as a scheduling service for any Schedulable instances. <br> ATTENTION: The scheduler instance only allows to run one schedule at a time. Therefore when you want to run two schedules create to instances with this MBean. Suggested Object Name for ...
  • org.jboss.varia.scheduler.SingleScheduleProvider
    This Provider adds a single Schedule to the Schedule Manager but you can create more than one of this MBeans and each will add a different Schedule even when the use the same Target. ATTENTION: This is the provider you used in the older Scheduler when you used a MBean as target. @jmx:mbean name=" ...
  • com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
    Simple memory implementation. @author <a HREF="mailto:plightbo@hotmail.com">Pat Lightbody</a>
  • org.jboss.varia.scheduler.SchedulerMBean
    MBean interface.
  • org.jboss.remoting.security.SSLSocketBuilder
    This builds SSL server socket factories and SSL socket factories.<p/> The main methods are createSSLServerSocketFactory() and createSSLSocketFactory(). By default, these methods will use SSLServerSocketFactory.getDefault() and SSLSocketFactory.getDefault() and will require the proper system ...
  • org.jboss.varia.scheduler.SingleScheduleProviderMBean
    MBean interface.
  • org.jboss.management.j2ee.J2EEModule
    Root class of the JBoss JSR-77 implementation of {@link javax.management.j2ee.J2EEModule J2EEModule}. @author <a HREF="mailto:andreas@jboss.org">Andreas Schaefer</a>. @author thomas.diesler@jboss.org @version $Revision: 1.8 $ @jmx:mbean extends="org.jboss.management.j2ee.J2EEDeployedO ...
Popular Tags