Package oracle.pgx.api.frames
Class PgxPgbFrameStorer
- java.lang.Object
-
- oracle.pgx.api.frames.PgxFrameStorer<PgxPgbFrameStorer>
-
- oracle.pgx.api.frames.PgxPgbFrameStorer
-
public class PgxPgbFrameStorer extends PgxFrameStorer<PgxPgbFrameStorer>
-
-
Constructor Summary
Constructors Constructor Description PgxPgbFrameStorer(PgxSession session, oracle.pgx.api.internal.Core core, PgxFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PgxPgbFrameStorer
name(java.lang.String frameName)
sets the name of the stored framePgxFuture<java.lang.Void>
storeAsync(java.lang.String... uris)
trigger the async storing of the PgxFrame-
Methods inherited from class oracle.pgx.api.frames.PgxFrameStorer
overwrite, store
-
-
-
-
Constructor Detail
-
PgxPgbFrameStorer
public PgxPgbFrameStorer(PgxSession session, oracle.pgx.api.internal.Core core, PgxFrame frame)
-
-
Method Detail
-
name
public PgxPgbFrameStorer name(java.lang.String frameName)
sets the name of the stored frame- Specified by:
name
in classPgxFrameStorer<PgxPgbFrameStorer>
- Parameters:
frameName
- String used as name- Returns:
- this storer
-
storeAsync
public PgxFuture<java.lang.Void> storeAsync(java.lang.String... uris)
trigger the async storing of the PgxFrame- Specified by:
storeAsync
in classPgxFrameStorer<PgxPgbFrameStorer>
- Parameters:
uris
- the array of uris- Returns:
- the future for the result of the operation
-
-