Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.config.persistence
Interface JpsContextP

All Superinterfaces:
ConfigPersistenceElement

public interface JpsContextP
extends ConfigPersistenceElement
Author:
vbkumarjayanti

Method Summary
 JpsContextRefP getJpsContextRef()
          Gets the value of the jpsContextRef property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<ServiceInstanceRefP> getServiceInstanceRef()
          Gets the value of the serviceInstanceRef property.
 ConfigState getState()
          Gets the value of the state property.
 void setJpsContextRef(JpsContextRefP value)
          Sets the value of the jpsContextRef property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setState(ConfigState value)
          Sets the value of the state property.

 

Methods inherited from interface oracle.security.opss.config.persistence.ConfigPersistenceElement
getChanges, getMetaFactory, getParent, persist

 

Method Detail

getJpsContextRef

JpsContextRefP getJpsContextRef()
Gets the value of the jpsContextRef property.
Returns:
possible object is JpsContextRefP

getName

java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

getServiceInstanceRef

java.util.List<ServiceInstanceRefP> getServiceInstanceRef()
Gets the value of the serviceInstanceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceInstanceRef property.

For example, to add a new item, do as follows:

 getServiceInstanceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceInstanceRefP


setJpsContextRef

void setJpsContextRef(JpsContextRefP value)
Sets the value of the jpsContextRef property.
Parameters:
value - allowed object is JpsContextRefP

setName

void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

getState

ConfigState getState()
Gets the value of the state property.
Returns:
possible object is ConfigState

setState

void setState(ConfigState value)
Sets the value of the state property.
Parameters:
value - allowed object is ConfigState

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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