Skip navigation links

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

E14650-06


oracle.security.jps
Class JpsStartup

java.lang.Object
  extended by oracle.security.jps.JpsStartup


public class JpsStartup
extends java.lang.Object

Constructor Summary
JpsStartup()
          default constructor for Java SE Startup
JpsStartup(java.lang.String platformType)
          constructor for Startup instance of supported platforms.
JpsStartup(java.lang.String platformType, java.util.Map<java.lang.String,?> options)
          constructor for Startup instance of supported platforms.

 

Method Summary
 void start()
          boots up OPSS by initializing OPSS services
 void stop()
          Shuts donw OPSS services

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JpsStartup

public JpsStartup()
           throws JpsException
default constructor for Java SE Startup
Throws:
JpsException

JpsStartup

public JpsStartup(java.lang.String platformType)
           throws JpsException
constructor for Startup instance of supported platforms. the current supported platforms are JSE, WebLogic, WebSphere, JBoss.
Parameters:
platformType - supported platform type
Throws:
JpsException

JpsStartup

public JpsStartup(java.lang.String platformType,
                  java.util.Map<java.lang.String,?> options)
           throws JpsException
constructor for Startup instance of supported platforms. the current supported platforms are JSE, WebLogic, WebSphere, JBoss.
Parameters:
platformType - supported platform type
options - options on creating the startup class
Throws:
JpsException

Method Detail

start

public void start()
           throws JpsException
boots up OPSS by initializing OPSS services
Throws:
JpsException

stop

public void stop()
Shuts donw OPSS services

Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.