All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.petals.microkernel.api.system.SystemStateServiceFcItf Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
/*
 * Generated by: org.objectweb.fractal.juliac.proxy.InterfaceImplementationClassGenerator
 * on: Wed Sep 21 09:30:48 GMT+01:00 2016
 */

package org.ow2.petals.microkernel.api.system;


public class SystemStateServiceFcItf
extends org.objectweb.fractal.julia.BasicComponentInterface
implements org.ow2.petals.microkernel.api.system.SystemStateService {

  private org.ow2.petals.microkernel.api.system.SystemStateService impl;
  public SystemStateServiceFcItf()  {
  }

  public SystemStateServiceFcItf(org.objectweb.fractal.api.Component component,String s,org.objectweb.fractal.api.Type type,boolean flag,Object obj)  {
    super(component,s,type,flag,obj);
  }

  public Object getFcItfImpl()  {
    return impl;
  }

  public void setFcItfImpl(Object obj)  {
    impl = (org.ow2.petals.microkernel.api.system.SystemStateService)obj;
  }

  public org.ow2.petals.systemstate.generated.Component getComponentStateHolder(final java.lang.String arg0)  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.Component ret = impl.getComponentStateHolder(arg0);
    return ret;
  }

  public org.ow2.petals.systemstate.generated.SharedLibrary createSharedLibraryStateHolder(final java.lang.String arg0,final java.lang.String arg1,final java.lang.String arg2) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.SharedLibrary ret = impl.createSharedLibraryStateHolder(arg0,arg1,arg2);
    return ret;
  }

  public java.util.List getComponentStateHolders()  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    java.util.List ret = impl.getComponentStateHolders();
    return ret;
  }

  public java.util.List getServiceAssemblyStateHolders()  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    java.util.List ret = impl.getServiceAssemblyStateHolders();
    return ret;
  }

  public org.ow2.petals.systemstate.generated.Component deleteComponentStateHolder(final java.lang.String arg0) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.Component ret = impl.deleteComponentStateHolder(arg0);
    return ret;
  }

  public void updateComponentLifeCycleState(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    impl.updateComponentLifeCycleState(arg0,arg1);
  }

  public void updateComponentInstallationState(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    impl.updateComponentInstallationState(arg0,arg1);
  }

  public org.ow2.petals.systemstate.generated.SharedLibrary getSharedLibraryStateHolder(final java.lang.String arg0,final java.lang.String arg1)  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.SharedLibrary ret = impl.getSharedLibraryStateHolder(arg0,arg1);
    return ret;
  }

  public org.ow2.petals.systemstate.generated.ServiceAssembly deleteServiceAssemblyStateHolder(final java.lang.String arg0) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.ServiceAssembly ret = impl.deleteServiceAssemblyStateHolder(arg0);
    return ret;
  }

  public org.ow2.petals.systemstate.generated.Component createComponentStateHolder(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.Component ret = impl.createComponentStateHolder(arg0,arg1);
    return ret;
  }

  public org.ow2.petals.systemstate.generated.ServiceAssembly createServiceAssemblyStateHolder(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.ServiceAssembly ret = impl.createServiceAssemblyStateHolder(arg0,arg1);
    return ret;
  }

  public org.ow2.petals.systemstate.generated.SharedLibrary deleteSharedLibraryStateHolder(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.SharedLibrary ret = impl.deleteSharedLibraryStateHolder(arg0,arg1);
    return ret;
  }

  public void updateServiceAssemblyState(final java.lang.String arg0,final java.lang.String arg1) throws org.ow2.petals.systemstate.SystemStateException  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    impl.updateServiceAssemblyState(arg0,arg1);
  }

  public org.ow2.petals.systemstate.generated.ServiceAssembly getServiceAssemblyStateHolder(final java.lang.String arg0)  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    org.ow2.petals.systemstate.generated.ServiceAssembly ret = impl.getServiceAssemblyStateHolder(arg0);
    return ret;
  }

  public java.util.List getSharedLibraryStateHolders()  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    java.util.List ret = impl.getSharedLibraryStateHolders();
    return ret;
  }

  public java.util.List getSharedLibraryStateHolders(final java.lang.String arg0)  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    java.util.List ret = impl.getSharedLibraryStateHolders(arg0);
    return ret;
  }

  public boolean isComponentInstalled(final java.lang.String arg0)  {
    if ( impl == null )
    {
      throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
    }
    boolean ret = impl.isComponentInstalled(arg0);
    return ret;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy