|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ufid.FederatableServerHelper.RemoteObjectUtil
Utility class for magement of the RemoteObjectInfo *
Field Summary | |
private static String |
guidAttribute
|
private static String |
oidAttribute
|
private static Class |
queryClass
|
private static String |
selectAttribute
|
Constructor Summary | |
protected |
FederatableServerHelper.RemoteObjectUtil()
|
Method Summary | |
static QuerySpec |
correspondingQuerySpec(Federatable object)
This will form the query spec to get the remote object table entry based on the Federatable |
static QuerySpec |
correspondingQuerySpec(long[] ids)
This will form the query spec to get the remote object table entry based on the array of Federatable Ids |
static QuerySpec |
correspondingQuerySpec(Ufid ufid)
This will form the query spec to get the remote object table entry based on the Ufid |
static QuerySpec |
correspondingQuerySpec(Vector ufids)
|
static void |
deleteRemoteObject(RemoteObjectInfo remoteObject)
Delete the Owner Reference |
static QuerySpec |
hasCorrespondingQuerySpec(Ufid ufid)
This will form the query spec to access the RemoteObjectInfo table to determin the existence of a give oid and guid between a federatable and the repository |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final Class queryClass
private static final String selectAttribute
private static final String oidAttribute
private static final String guidAttribute
Constructor Detail |
protected FederatableServerHelper.RemoteObjectUtil()
Method Detail |
public static final QuerySpec hasCorrespondingQuerySpec(Ufid ufid) throws WTException
WTException
public static final QuerySpec correspondingQuerySpec(Ufid ufid) throws WTException
WTException
public static final QuerySpec correspondingQuerySpec(Vector ufids) throws WTException
WTException
public static final QuerySpec correspondingQuerySpec(Federatable object) throws WTException
WTException
public static final QuerySpec correspondingQuerySpec(long[] ids) throws WTException
WTException
public static final void deleteRemoteObject(RemoteObjectInfo remoteObject) throws UfidException
UfidException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |