com.ibm
Class Poster

java.lang.Object
  extended by com.ibm.Poster

public class Poster
extends Object


Constructor Summary
Poster()
           
 
Method Summary
 void postForumTopic(String server, String user, String password, String communityuuid, String title, String message)
           
 void postStatus(String server, String user, String password, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Poster

public Poster()
Method Detail

postStatus

public void postStatus(String server,
                       String user,
                       String password,
                       String message)

postForumTopic

public void postForumTopic(String server,
                           String user,
                           String password,
                           String communityuuid,
                           String title,
                           String message)


Copyright © 2004-2014. All Rights Reserved.