Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class Connection.Properties

java.lang.Object
  extended by oracle.imaging.Connection.Properties

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Connection

public static class Connection.Properties
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
Connection.Properties()
           
Connection.Properties(Connection.ConnectionType connectionType)
           

 

Method Summary
 Connection.ConnectionType getType()
          Gets the type of connection
 void setType(Connection.ConnectionType connectionType)
          Updates the type of connection.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Connection.Properties

public Connection.Properties()

Connection.Properties

public Connection.Properties(Connection.ConnectionType connectionType)

Method Detail

setType

public void setType(Connection.ConnectionType connectionType)
Updates the type of connection.
Parameters:
connectionType - The repository this connection is representing

getType

public Connection.ConnectionType getType()
Gets the type of connection
Returns:
The current connection type

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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