Skip navigation links

Oracle Content Database Web Services Java API Reference
10g Release 1 (10.2)

B31408-02


oracle.ifs.fdk
Class ManagerUtility

java.lang.Object
  extended byoracle.ifs.fdk.ManagerUtility


public class ManagerUtility
extends java.lang.Object

A utility class used to retrieve a ManagersFactory instance for a connected in-process FdkSession.

Note: In a future release, this utility class will no longer be necessary because a ManagersFactory instance will be able to be retrieved directly from a connected in-process FdkSession.


Constructor Summary
ManagerUtility()
           

 

Method Summary
static ManagersFactory getManagersFactory(FdkSession session)
          Returns a ManagersFactory instance for the given connected in-process FdkSession.

 

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

 

Constructor Detail

ManagerUtility

public ManagerUtility()

Method Detail

getManagersFactory

public static ManagersFactory getManagersFactory(FdkSession session)
                                          throws FdkException
Returns a ManagersFactory instance for the given connected in-process FdkSession.
Parameters:
session - a connected in-process FdkSession
Returns:
a ManagersFactory instance for the given connected in-process FdkSession
Throws:
FdkException - if the operation fails

Skip navigation links

Oracle Content Database Web Services Java API Reference
10g Release 1 (10.2)

B31408-02


Copyright © 2002, 2006, Oracle. All rights reserved.