Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.oaext.osn.social.internal
Class SocialObjectPublisherThread

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.apps.fnd.applcore.oaext.osn.social.internal.SocialObjectPublisherThread
All Implemented Interfaces:
java.lang.Runnable

public class SocialObjectPublisherThread
extends java.lang.Thread

Background thread for sending payload messages to OSN. This will ensure that the standard BC4J flow will not be delayed if the connection to OSN is slow or errors.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/Common/Model/src/oracle/apps/fnd/applcore/oaext/osn/social/internal/SocialObjectPublisherThread.java /st_atgpf_pt-11.1.1.7.0/2 2012/11/29 21:30:55 dagroves Exp $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SocialObjectPublisherThread()
          Default Constructor.
 
Method Summary
 void queueOsnObject(OsnObjectAdapter osnObject)
          Adds an adapter object into the queue of objects that will attempted to be sent to Oracle Social Network.
 void run()
          Queue processor.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialObjectPublisherThread

public SocialObjectPublisherThread()
Default Constructor.

Method Detail

run

public void run()
Queue processor. This will keep running until the KillThread poison object is added to the queue which will shut it down.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

queueOsnObject

public void queueOsnObject(OsnObjectAdapter osnObject)
Adds an adapter object into the queue of objects that will attempted to be sent to Oracle Social Network.

Parameters:
osnObject - the object to send to OSN.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.