SCS

Uses of Class
scs.core.ShutdownFailed

Packages that use ShutdownFailed
scs.core   
scs.core.servant   
 

Uses of ShutdownFailed in scs.core
 

Fields in scs.core declared as ShutdownFailed
 ShutdownFailed ShutdownFailedHolder.value
           
 

Methods in scs.core that return ShutdownFailed
static ShutdownFailed ShutdownFailedHelper.extract(org.omg.CORBA.Any a)
           
static ShutdownFailed ShutdownFailedHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.core with parameters of type ShutdownFailed
static void ShutdownFailedHelper.insert(org.omg.CORBA.Any a, ShutdownFailed that)
           
static void ShutdownFailedHelper.write(org.omg.CORBA.portable.OutputStream ostream, ShutdownFailed value)
           
 

Methods in scs.core that throw ShutdownFailed
 void IComponentPOATie.shutdown()
           
 void _IComponentStub.shutdown()
           
 void IComponentOperations.shutdown()
           
 

Constructors in scs.core with parameters of type ShutdownFailed
ShutdownFailedHolder(ShutdownFailed initialValue)
           
 

Uses of ShutdownFailed in scs.core.servant
 

Methods in scs.core.servant that throw ShutdownFailed
 void IComponentServant.shutdown()
          Chama o metodo doShutdown das classes derivadas para permitir que elas facam alguma coisa durante o termino do ICOmponent
 


SCS