> The service needs to create a listener object that implements the
> org.globus.delegation.DelegationRefreshListener interface and register the
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> static void registerDelegationListener(EndpointReferenceType epr,
> DelegationRefreshListener listener,
> Subject subject)
when trying to compile my file, javac says:
[javac] import org.globus.delegation.DelegationRefreshListener;
[javac] ^
[javac]
/home/users/hr/gt4book-examples/at/jku/gup/inter/impl/InteractiveService.java:32:
cannot find symbol
trying to find the source:
$ find ~/gt4.0.5-all-source-installer/source-trees -name
DelegationRefreshListener.java
$
reveals nothing.
looking for the class file:
$ for i in /opt/globus/lib/*.jar; do jar tf $i; done| grep
DelegationRefreshListener
$
reveals nothing.
ok - am I right that the information sent is for a 4.2 draft, while 4.0.5 is the
latest release everyone is developing with?
kind regards,
H.Rosmanith