Sponsored Content
Full Discussion: Rmi
Special Forums Cybersecurity Rmi Post 302069557 by ANAMIKA56 on Monday 27th of March 2006 01:32:16 PM
Old 03-27-2006
Rmi

Hi ,
I am a beginner to JAVA . I am having trouble understanding the RMI connection .
I am trying to write a server which does the following :
1. Establishes a connection with a co-ordinator called Dispatcher through RMI . The Dispatcher actually contains the list of Providers where the servers should upload files.
2 . When a provider registers with Dispatcher , it should automatically upload the file to the requested server .

Could someone help me to figure how I can programatically implement the above logic.
Thanks.
 

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

RMI Port settings for different users

I have installed an application on AIX 5.3, however when i log in as the application owner i cannot open the RMI Port 1099. If i log in as root i can open the RMI port. Is there a specific setting that determines if a user can open the RMI port? I cannot add this user as part of SYS Admin group. ... (2 Replies)
Discussion started by: speedo
2 Replies
dat_evd_disable(3DAT)				     Direct Access Transport Library Functions				     dat_evd_disable(3DAT)

NAME
dat_evd_disable - disable the Event Dispatcher SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_evd_disable( IN DAT_EVD_HANDLE evd_handle ) PARAMETERS
evd_handle Handle for an instance of Event Dispatcher. DESCRIPTION
The dat_evd_disable() function disables the Event Dispatcher so that the arrival of an event does not affect the associated CNO. If the Event Dispatcher is already disabled, this operation is no-op. Events arriving on this EVD might cause waiters on the associated CNO to be awakened after the return of this routine because an unblocking a CNO waiter is already "in progress" at the time this routine is called or returned. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_HANDLE The evd_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
dat_evd_enable(3DAT), libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_evd_disable(3DAT)
All times are GMT -4. The time now is 03:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy