Client Sessions

Creating New Connection

To interact with Penrose Service first you will need to create a new connection:

PenroseConnection connection = penrose.openConnection();

Closing Connection

When you are done, you need to close the session:

connection.close();