jasco.runtime.distribution
Class SynchronousAdviceExecution

java.lang.Object
  extended by jasco.runtime.distribution.SynchronousAdviceExecution
All Implemented Interfaces:
java.io.Serializable

public class SynchronousAdviceExecution
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SynchronousAdviceExecution(Advice.Type type, java.lang.String name, java.lang.String name2, Host host, DistributedJascoMethod jp)
           
 
Method Summary
 Advice.Type getAdviceType()
           
 java.lang.String getAspectInstanceName()
           
 java.lang.String getConnectorClassName()
           
 Host getHost()
           
 DistributedJascoMethod getJP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousAdviceExecution

public SynchronousAdviceExecution(Advice.Type type,
                                  java.lang.String name,
                                  java.lang.String name2,
                                  Host host,
                                  DistributedJascoMethod jp)
Method Detail

getAdviceType

public Advice.Type getAdviceType()

getAspectInstanceName

public java.lang.String getAspectInstanceName()

getConnectorClassName

public java.lang.String getConnectorClassName()

getHost

public Host getHost()

getJP

public DistributedJascoMethod getJP()