org.apache.servicemix.geronimo
Class ServiceAssembly

java.lang.Object
  extended by org.apache.servicemix.geronimo.ServiceAssembly
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class ServiceAssembly
extends java.lang.Object
implements org.apache.geronimo.gbean.GBeanLifecycle


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
ServiceAssembly(java.lang.String name, Container container, java.net.URL configurationBaseUrl, java.util.List<ServiceUnitReference> serviceUnitReferences, org.apache.geronimo.kernel.Kernel kernel)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 Descriptor getDescriptor()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 java.lang.String getName()
           
 java.net.URI getRootDir()
           
 void undeploySus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

ServiceAssembly

public ServiceAssembly(java.lang.String name,
                       Container container,
                       java.net.URL configurationBaseUrl,
                       java.util.List<ServiceUnitReference> serviceUnitReferences,
                       org.apache.geronimo.kernel.Kernel kernel)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

doStart

public void doStart()
             throws java.lang.Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
java.lang.Exception

doStop

public void doStop()
            throws java.lang.Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
java.lang.Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

getRootDir

public java.net.URI getRootDir()

getName

public java.lang.String getName()

undeploySus

public void undeploySus()

getDescriptor

public Descriptor getDescriptor()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2005-2011 FuseSource. All Rights Reserved.