Class MicroInnerDeployer

java.lang.Object
cloud.piranha.micro.core.MicroInnerDeployer

public class MicroInnerDeployer
extends java.lang.Object
Deploys a shrinkwrap application archive to a newly started embedded Piranha instance.

This class is expected to be run within in its own inner (isolated) class loader

Author:
arjan
  • Constructor Summary

    Constructors 
    Constructor Description
    MicroInnerDeployer()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Set<java.lang.String> start​(org.jboss.shrinkwrap.api.Archive<?> applicationArchive, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,​java.util.function.Function<java.net.URL,​java.net.URLConnection>> handlers, java.lang.Integer port)  
    void stop()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • start

      public java.util.Set<java.lang.String> start​(org.jboss.shrinkwrap.api.Archive<?> applicationArchive, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,​java.util.function.Function<java.net.URL,​java.net.URLConnection>> handlers, java.lang.Integer port)
    • stop

      public void stop()