Modifier and Type | Field and Description |
---|---|
protected static AoSession |
aoSess |
protected static Blob |
blob |
ODS_DATE_FORMAT, options, plumCorba, serviceName, userAuthentication
Constructor and Description |
---|
BlobExampleAbstract() |
Modifier and Type | Method and Description |
---|---|
protected static void |
close()
Close the connection to the ODS Server, destroy the blob for the client.
|
protected static Blob |
getBlob()
Get a blob, we how in the testserver there is an element called "BlobElement" and this
element has an attribute called "BlobAttr".
|
protected static Blob |
getNewBlob()
Get a new blob.
|
protected static AoSession |
getSession()
Get the session.
|
connect
protected static Blob getNewBlob() throws AoException
AoException
- any occurring ASAM ODS exception.protected static Blob getBlob() throws AoException
AoException
- any occurring ASAM ODS exception.protected static AoSession getSession() throws AoException
AoException
- any occurring ASAM ODS exception.protected static void close() throws AoException
AoException
- any occurring ASAM ODS exception.