Codota Logo
org.jboss.mx.server
Code IndexAdd Codota to your IDE (free)

How to use org.jboss.mx.server

Best Java code snippets using org.jboss.mx.server (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: org.jboss.jbossas/jboss-as-mbeans

  /** Return the MBeanInfo from the invocation MBeanInvoker
  * 
  * @param invocation
  * @return
  * @throws InvocationException
  */ 
  public Object invoke(Invocation invocation) throws Throwable
  {
   MBeanInvoker invoker = invocation.getInvoker();
   return invoker.getMetaData();
  }
}
origin: org.jboss.mx/jboss-mbeans

 static void setContextClassLoader(Thread thread, ClassLoader cl)
 {
   getTCLAction().setContextClassLoader(thread, cl);
 }
}
origin: org.jboss.mx/jboss-mbeans

static ClassLoader getContextClassLoader()
{
  return getTCLAction().getContextClassLoader();
}
origin: org.jboss.jbossas/jboss-as-jmx

public Object instantiate(String className, ObjectName loaderName)
    throws ReflectionException, MBeanException, InstanceNotFoundException
{
 return instantiate(className, loaderName, NOPARAMS, NOSIG);
}
origin: org.jboss.jbossas/jboss-as-jmx

/**
* Registers a pre-existing object as an MBean with the MBean server. If the object name given is null,
* the MBean must provide its own name by implementing the MBeanRegistration interface and returning the name
* from the preRegister method.
*/
public ObjectInstance registerMBean(Object object, ObjectName name)
    throws InstanceAlreadyExistsException,
    MBeanRegistrationException,
    NotCompliantMBeanException
{
 return registerMBean(object, name, (ClassLoader) null);
}
origin: org.jboss.jbossas/jboss-as-mbeans

  public Class[] getSignatureClasses() throws ClassNotFoundException
  {
   return ctx.getSignatureClasses();
  }
}
origin: org.jboss.jbossas/jboss-as-mbeans

/**
*/
public void preDeregister() throws Exception
{
 invokePreDeregister();
}
origin: org.jboss.jbossas/jboss-as-mbeans

public void addNotificationListener(NotificationListener listener,
 NotificationFilter filter, Object handback)
{
 addNotificationListenerToResource(listener, filter, handback);
}
origin: org.jboss.jbossas/jboss-as-mbeans

/**
* Constructs a mapper by reflecting on the class.
*/
public MethodMapper(Class resourceClass)
{
 map = createMap(resourceClass);
}
origin: org.jboss.mx/jboss-mbeans

public void removeNotificationListener(NotificationListener listener)
 throws ListenerNotFoundException
{
 removeNotificationListenerFromResource(listener);
}
origin: org.jboss.mx/jboss-mbeans

/**
*/
public void postDeregister()
{
 invokePostDeregister();
 this.server = null;
 this.objectName = null;
}
origin: org.jboss.jbossas/jboss-as-mbeans

/**
*/
public void postRegister(Boolean registrationSuccessful)
{
 invokePostRegister(registrationSuccessful);
}
origin: org.jboss.jbossas/jboss-as-mbeans

static void setContextClassLoader(ClassLoader cl)
{
  getTCLAction().setContextClassLoader(cl);
}
origin: org.jboss.jbossas/jboss-as-mbeans

static ClassLoader getContextClassLoader(Thread thread)
{
  return getTCLAction().getContextClassLoader(thread);
}
origin: org.jboss.mx/jboss-mbeans

  /** Return the MBeanInfo from the invocation MBeanInvoker
  * 
  * @param invocation
  * @return the value
  * @throws Throwable for any error
  */ 
  public Object invoke(Invocation invocation) throws Throwable
  {
   MBeanInvoker invoker = invocation.getInvoker();
   return invoker.getMetaData();
  }
}
origin: org.jboss.mx/jboss-jmx

public Object instantiate(String className, Object[] params, String[] signature)
    throws ReflectionException, MBeanException
{
 return instantiate(className, (ClassLoader) null, params, signature);
}
origin: org.jboss.jbossas/jboss-as-mbeans

 static void setContextClassLoader(Thread thread, ClassLoader cl)
 {
   getTCLAction().setContextClassLoader(thread, cl);
 }
}
origin: org.jboss.jbossas/jboss-as-mbeans

static ClassLoader getContextClassLoader()
{
  return getTCLAction().getContextClassLoader();
}
origin: org.jboss.mx/jboss-mbeans

static void setContextClassLoader(ClassLoader cl)
{
  getTCLAction().setContextClassLoader(cl);
}
origin: org.jboss.mx/jboss-mbeans

static ClassLoader getContextClassLoader(Thread thread)
{
  return getTCLAction().getContextClassLoader(thread);
}
org.jboss.mx.server

Most used classes

  • ExceptionHandler
    Handles exceptions and wraps them if neccessary, arccording to the spec.
  • Invocation
  • AbstractMBeanInvoker
    A base MBeanInvoker class that provides common state
  • MBeanInvoker
    This interface represents an invoker for an MBean. An invoker is registered to the MBean server to r
  • RawDynamicInvoker
  • MBeanEntry,
  • ObjectInputStreamWithClassLoader,
  • ServerConfig,
  • AbstractMBeanInvoker$OperationKey,
  • InvocationContext,
  • MBeanServerImpl,
  • MethodMapper,
  • ServerObjectInstance,
  • TCLAction,
  • BasicMBeanRegistry,
  • MBeanRegistry,
  • MbeanInfoDb,
  • JBossMXMBeanServerDelegate,
  • PropertyAccess$PropertyReadAction
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now