Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor.wl
Interface DefaultPersistentStoreBean

All Superinterfaces:
SettableBean

public interface DefaultPersistentStoreBean
extends SettableBean

This MBean is the parent of the GenericFileStoreMBean and GenericJDBCStoreMBean. It is not intended for deployment.

Since:
9.0.2.0

Method Summary
abstract  String getDirectoryPath()
          Gets the value of the directory path where this store should be found
abstract  String getNotes()
          Optional information that you can include to describe this named JMS descriptor bean.
abstract  String getSynchronousWritePolicy()
          Sets the value of the SynchronousWritePolicy attribute.
abstract  void setDirectoryPath(String directoryPath)
          Sets the value of the directory path where this store should be found
abstract  void setNotes(String notes)
          Sets the notes attribute of the named JMS descriptor bean
abstract  void setSynchronousWritePolicy(String policy)
          Sets the value of the SynchronousWritePolicy attribute.

 

Method Detail

getNotes

String getNotes()

Optional information that you can include to describe this named JMS descriptor bean.

JMS module saves this note in the JMS descriptor file as XML PCDATA. All left angle brackets (<) are converted to the XML entity &lt;. Carriage returns/line feeds are preserved.

Note:

If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

Returns:
The notes value

setNotes

void setNotes(String notes)

Sets the notes attribute of the named JMS descriptor bean

Parameters:
notes - The new notes value

getDirectoryPath

String getDirectoryPath()

Gets the value of the directory path where this store should be found


setDirectoryPath

void setDirectoryPath(String directoryPath)

Sets the value of the directory path where this store should be found

Parameters:
directoryPath - A path to a directory where the store files should be located

getSynchronousWritePolicy

String getSynchronousWritePolicy()

Sets the value of the SynchronousWritePolicy attribute.


setSynchronousWritePolicy

void setSynchronousWritePolicy(String policy)

Sets the value of the SynchronousWritePolicy attribute.

Parameters:
policy - The new synchronousWritePolicy value

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09