.. java:import:: java.io PrintWriter .. java:import:: java.io StringWriter .. java:import:: java.net URI .. java:import:: java.util HashSet .. java:import:: java.util Set .. java:import:: java.util.logging Level .. java:import:: java.util.logging Logger .. java:import:: rsb Event .. java:import:: rsb Handler .. java:import:: rsb InformerCreateArgs .. java:import:: rsb InitializeException .. java:import:: rsb ListenerCreateArgs .. java:import:: rsb ParticipantCreateArgs .. java:import:: rsb RSBException .. java:import:: rsb.filter MethodFilter .. java:import:: rsb.patterns Callback.UserCodeException LocalMethod =========== .. java:package:: rsb.patterns :noindex: .. java:type:: class LocalMethod extends Method implements Handler Objects of this class implement and make available methods of a local server. The actual behavior of methods is implemented by invoking arbitrary user-supplied functions. :author: jmoringe, swrede, jwienke Constructors ------------ LocalMethod ^^^^^^^^^^^ .. java:constructor:: public LocalMethod(ParticipantCreateArgs args, Callback callback) throws InterruptedException, InitializeException :outertype: LocalMethod Create a new \ :java:ref:`LocalMethod`\ object that is exposed under the name @a name by @a server. :param args: arguments used to create this method :param callback: The callback implementing the user functionality of the method :throws InterruptedException: error while installing method :throws InitializeException: error initializing the method or one of the underlying participants Methods ------- activate ^^^^^^^^ .. java:method:: @Override public void activate() throws RSBException :outertype: LocalMethod getDataType ^^^^^^^^^^^ .. java:method:: @Override public Class getDataType() :outertype: LocalMethod getKind ^^^^^^^ .. java:method:: @Override public String getKind() :outertype: LocalMethod getTransportUris ^^^^^^^^^^^^^^^^ .. java:method:: @Override public Set getTransportUris() :outertype: LocalMethod internalNotify ^^^^^^^^^^^^^^ .. java:method:: @Override @SuppressWarnings public void internalNotify(Event request) :outertype: LocalMethod