Skip navigation links

Oracle Fusion Middleware Oracle Platform Security Services API Reference
11g Release 1 (11.1.1)

E14650-01


oracle.security.jps.service
Interface JpsLifeCycle


public interface JpsLifeCycle

Define basic life-cycle operations User: rkng Date: Jan 23, 2006 Time: 9:03:03 PM To change this template use File | Settings | File Templates.


Nested Class Summary
static class JpsLifeCycle.State
           

 

Method Summary
 JpsLifeCycle.State getState()
          Returns life-cycle state of this instance
 void start()
          Starts this instance and puts it in IN_SERVICE state
 void stop()
          Stops this instance and puts it in STOPPED state

 

Method Detail

getState

JpsLifeCycle.State getState()
Returns life-cycle state of this instance
Returns:
life-cycle state of this instance

start

void start()
Starts this instance and puts it in IN_SERVICE state

stop

void stop()
Stops this instance and puts it in STOPPED state

Skip navigation links

Oracle Fusion Middleware Oracle Platform Security Services API Reference
11g Release 1 (11.1.1)

E14650-01


Copyright © 2009, Oracle. All rights reserved.