Skip navigation links


oracle.iam.grc.sod.vo
Class SILContext

java.lang.Object
  extended by oracle.iam.grc.sod.vo.SILContext

All Implemented Interfaces:
java.io.Serializable

public class SILContext
extends java.lang.Object
implements java.io.Serializable

This value object captures the basic elements of a SIL deployment instance. It is usaed as an input argument for the initialization of various kinds of service components by the SIL framework

See Also:
Serialized Form

Constructor Summary
SILContext()
           

 

Method Summary
 java.lang.String getHomeDirectory()
           
 java.lang.Object getSilDatabaseContext()
           
 boolean isNonManagedDatabaseContext()
           
 void setHomeDirectory()
           
 void setNonManagedDatabaseContext(boolean nonManagedDatabaseContext)
           
 void setSilDatabaseContext(java.lang.Object sifDatabaseContext)
           

 

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

 

Constructor Detail

SILContext

public SILContext()

Method Detail

getHomeDirectory

public java.lang.String getHomeDirectory()
Returns:
Returns the homeDirectory.

setHomeDirectory

public void setHomeDirectory()
Parameters:
homeDirectory - The homeDirectory to set.

isNonManagedDatabaseContext

public boolean isNonManagedDatabaseContext()
Returns:
Returns the nonManagedDatabaseContext.

setNonManagedDatabaseContext

public void setNonManagedDatabaseContext(boolean nonManagedDatabaseContext)
Parameters:
nonManagedDatabaseContext - The nonManagedDatabaseContext to set.

getSilDatabaseContext

public java.lang.Object getSilDatabaseContext()
Returns:
Returns the silDatabaseContext.

setSilDatabaseContext

public void setSilDatabaseContext(java.lang.Object sifDatabaseContext)
Parameters:
silDatabaseContext - The silDatabaseContext to set.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.